Jump to content

Username/Pswrd encryption in FMP URL?


This topic is 3272 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Just a really quick question, is there any way to use some level of encryption for username/password contained in an FMP URL? I suspect not but it could present a security risk sending the the data unencrypted.

  • 3 weeks later...
Posted (edited)

I mean you could use some sort of encrpytion/decryption in the url when storing parameters to at least obfuscate the data stored in the url.  I have an AES_Encrypt/Decrypt function that I use to store & set a field for username that is sent via email.  When a user clicks the link it opens a Web Direct database and performs a script that decrypts the value stored in the parameter.

 

But that's just for username.  I would never send a password via a url parameter.

Edited by James Gill

This topic is 3272 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.