Hi Sean.

Brilliant! I have been wondering how I was going to implement an SQL based app which accessed a remote database without passing cleartext passwords to the server. I haven't figured out in Rev how to encrypt/ decrypt the password to the database so I can store it locally in a property that someone else cannot simply open and view. I don't want to ask my end users to log into the SQL database every time, so I need to store a hash of the password in a property.

Your library should work perfectly for all of that.

Bob Sneidar
IT Manager
Logos Management
Calvary Chapel CM

On May 8, 2009, at 3:44 AM, Shao Sean wrote:

A library with a few encryption/decryption and hashing functions.
There are also a slew of helper functions for signed bit math (Rev's
internal bit math can only handled unsigned)

- cipherSaber1
- cipherSaber2
- sha1  (i released this a long time ago and i believe Mark Smith
also released one)
- md5   (this is code posted by Dave Cragg to this list)

Download from < www.shaosean.tk >
For more information about CipherSaber < http://
ciphersaber.gurus.org/ > as well as some test files < http://
ciphersaber.gurus.com/cstest.zip >

-Sean
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to