As3 Crypto Framework 1.1 is a library written in ActionScript 3 that allows you to apply the most common encryption algorithms, such as:
- Public Key Encryption: RSA (encryption partial. only.)
- Secret Key Encryption: AES, DES, 3DES, BlowFish, XTEA, RC4
- Confidentiality Modes: ECB, CBC, CFB, CFB8, OFB, CTR
- Hashing Algorithms: MD5, SHA-1, SHA-224, SHA-256
- Paddings available: PKCS # 5, PKCS # 1
- Other Useful Stuff: HMAC, Random
The library offers a variety of classes in order to apply the encryption algorithms. It is BSD licensed, as part of the source code comes from Java, C and JavaScript. On the site you can find more information, the sources and binaries.
Continued ...
First of all, as mentioned in the Post encryption system RSA is a public key encryption and takes advantage of the properties of prime numbers. Moreover, the arithmetic used (in the calculations) is not the ordinary, but the so-called finite or artirmetica modular. Let's start right from the latter to proceed step by step in the implementation of RSA encryption.
Continued ...
As we talk more and more encryption, decryption code, adopted in violation of the protections on DVDs and more, here are some hints to help you understand, at least in broad terms, an argument is extremely varied, interesting and complex.
The art of critografia, ie the ability to hide a message to all except for a specific recipient, dates back to ancient times. In general encrypt a message is to choose an encoding method, and there are several. The drawback, until recently, was that this method should not only be known by the sender (the person who encrypted the message), but - of course - even by the recipient. In other words, sender and recipient must find a way to exchange the encryption method.
Continued ...
Latest Comments
Mark : @ Mark: Thanks for the answer. For example, if you have a code to save / use the folder ...
Mark : Thanks for the answer. For example, if you have a code to save / use the folder ...
Giovambattista Fazioli : @ Mark: in principle, absolutely, a lot depends on how and what to download. La. ..
Mark : Hello, good guide! I wanted to ask, you can use the same code to run a sql database? Instead of ...
Joseph : Hi I wanted to ask you how you can do in the post I uploaded a gallery of 50 images, for example, ...