[flexcoders] Re: Encryption functions in ActionScript 3

2007-06-05 Thread nxzone
http://code.google.com/p/as3corelib/
--- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote:

 I thought the source for that package are up there somewhere in the
svn (on
 labs.adobe.com), try search for it or drop me a line I can send you
a copy
 (may not be the latest one cause it was checked out months ago).
 
 Jeremy.
 
 On 7/11/06, NZEYIMANA Emery Fabrice [EMAIL PROTECTED] wrote:
 
 Hello Group,
 
  I am looking for a way to generate SHA1 and MD5 strings in FLEX.
  On the page
 
http://weblogs.macromedia.com/as_libraries/docs/corelib/com/adobe/crypto/package-detail.html
they
  say that SHA1 and MD5 are defined in the package
com.adobe.crypto
 
  I tried to import that package as
  import com.adobe.crypto;
  at the beginning of the file but the compiler says that the
package cannot
  be found.
 
  I also tried to use the functions directly (MD5, SHA1, hash, ...)
but the
  compiler complains.
  Can somebody tell me what's wrong with this?
 
 
 
  Thanks
  Emery
 
   
 





[flexcoders] Re: Encryption functions in ActionScript 3

2007-06-05 Thread Jeff Houser

Here are two alternative packages if you can't get the Adobe ones working:

http://ascrypt3.riaforge.org/index.cfm
http://crypto.hurlant.com/

--- In flexcoders@yahoogroups.com, NZEYIMANA Emery Fabrice
[EMAIL PROTECTED] wrote:

 Hello Group, 
 
 I am looking for a way to generate SHA1 and MD5 strings in FLEX. 
 On the page
http://weblogs.macromedia.com/as_libraries/docs/corelib/com/adobe/crypto/package-detail.html
they say that SHA1 and MD5 are defined in the package
com.adobe.crypto
 
 I tried to import that package as 
 import com.adobe.crypto;
 at the beginning of the file but the compiler says that the package
cannot be found. 
 
 I also tried to use the functions directly (MD5, SHA1, hash, ...)
but the compiler complains. 
 Can somebody tell me what's wrong with this? 
 
 
 
 Thanks 
 Emery