Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implement SHA1 algorithm in flex

I am building an application in Flex, wherein I need to encrypt user id and password using the SHA1 alogorithm. I have not come across any standard Flex library which allows me to do this. Does anyone know how to achieve this in Flex?

Regards Aparna

like image 275
Aparna Avatar asked Dec 05 '25 15:12

Aparna


1 Answers

I rolled my own long ago in Haxe (starting from a C implementation) and could be trivial to convert that to AS. However seems that this is now easily available in this SHA1 implementation in as3 directly from corelib.

like image 75
6502 Avatar answered Dec 09 '25 18:12

6502



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!