Introduction:
A non-visible extension to encrypt/decrypt texts with Advanced Encryption Standard algorithm
it's free and easy to use
under MIT Open source License
Written in : java
IDE: Niotron IDE -> website
Code refrence: gfg -> website
________________________________
Remeber:
Advantages of AES
- It allows the data to remain secure until it is revealed by a secret key.
- Many enterprises can now use it to keep hackers away from scrambling the information.
- For agencies that require data in an unbreakable format ad also transmitted safely, it is the most flexible and viable option.
The earliest AES was approved for National Security Agency, USA. Its speed turned out to be most useful along with the same secret key for sender and receiver and how long it is. The block cipher continues to be the star performer for the substitution-permutation combination. It also has additional security with round keys which require multiple modifications. Each stage/level of encryption performs an important function. Longer the key and more rounds ensure high performance.
I should mention that:
we use cipher-block chaining (CBC) mode of AES algorithm in this extension
it's 256 bit encryption.
Also you can create SALT based on SHA-256 algorithm only by adding secret
and use them as best as you can !
hope you enjoy
_____________________________________________________
Also you see Source Code here :
Github:
_____________________________________________________
An Exmaple AIA:
test.aia (21.5 KB)
AIX File:
MareshaAES.aix (23.8 KB)
Documentation
Generate Salt , retrunType : String
Encrypt arbitrary string via AES , returnType : String
Decrypt Encrypted string via AES , returnType : String
Screenshot:
________________________________
Youtube video
Please Vote
- Good Extension
- Bad Extension
0 voters