[Gambas-user] Crypt/Decrypt

Dani Santos jdsantos1978 at ...626...
Thu Jan 19 22:00:07 CET 2006


I've build a simple Project to show how it works.

Just saying that I've only translated into gambas a VB class I found on
the Internet and I've got no idea how and why it works, but it really
does :)

Regards.


El jue, 19-01-2006 a las 19:14 +0100, Rohnny Stormo escribió:
> <From: Dani Santos <jdsantos1978 at ...1167...>
> < Re: Crypt/Decrypt  
> <2006-01-19 09:28    
> <
> <It depends what do you want the encryption for. If it is for
> <password-check, the functions provided by the gb.crypt components are
> <OK.
> <
> <If you want encrypt / decrypt a text with a given password, there's
> <nothing implemented in the gambas components (so far I know).
> <
> <Anyway, if you want to encrypt/decrypt against a MySQL database, look at
> <the AES_ENCRYPT, AES_DECRYPT functions, or the DES_ENCRYT, DES_DECRYPT
> <functions of MySQL.
> <
> <I've also build a class (based on some VB code I found) that make an
> <encryption / decryption using the Rynjdael Algorithm. I think is AES
> <encryption.
> <
> <After some work, I've got it running with gambas and it's fine for me
> <but it's quite slow. If you want I send it to you.
> <
> <Regards.
> I will be very pleased for the source. Does not matter what enryption 
> there is as long it's good.
> 
> 
> To those that suggest I can type it in and check with sql, I don't want 
> to type it.
> I want to save it in my home folder and I don't want to save it in the 
> clear.
> When I start my program it log into database without username and password.
> 
> 
-- 
Dani Santos <jdsantos1978 at ...626...>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gambasCrypt.tar.gz
Type: application/x-compressed-tar
Size: 13928 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20060119/47786b67/attachment.bin>


More information about the User mailing list