Quantcast
Channel: JavaScript Archives - Java Code Geeks
Viewing all articles
Browse latest Browse all 98

AES Encryption in Javascript and Decryption in Java

$
0
0
AES stands for Advanced Encryption System and it’s a symmetric encryption algorithm.Many times we require to encrypt some plain-text such as password at the client side and send it to server and then server decrypts it to process further.AES encryption and decryption is easier to implement in the same platform such as Android client and ...

Viewing all articles
Browse latest Browse all 98

Trending Articles