
racke at linuxia
Aug 7, 2012, 4:32 AM
Post #4 of 5
(217 views)
Permalink
|
On 08/07/2012 10:29 AM, marco wrote: > Il 06/08/2012 22:27, Peter ha scritto: >> On 07/08/12 04:30, marco wrote: >>> I need to crypt, store and decrypt on mysql a string containing username >>> and timestamp. Have you suggestion for the simplest and sure way to do >>> this inside ic ? >> Encrypt with what type of encryption? >> Most passwords can not be decrypted, the hash is one way. >> Peter > > I look mysql crypt functions (AES, DES, ENCODE, DECODE ... ) but i cannot choose. > I need only that nobody, except ic enviro, can read/modify a mysql field containing a crypt value with username and timestamp. > Marco, please tell us what you are trying to achieve. As Peter said, encryption is usually one way, unless you use a private key like for GPG. Regards Racke -- LinuXia Systems => http://www.linuxia.de/ Expert Interchange Consulting and System Administration ICDEVGROUP => http://www.icdevgroup.org/ Interchange Development Team _______________________________________________ interchange-users mailing list interchange-users [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-users
|