AES Encryption with JAVA in 5 mins

preview_player
Показать описание
Hi, AES Encryption is the most widely used encryption. I have tried to cover all the basics around the AES and how to code it in java. Also, I have covered some basic best practices for AES encryption in REST System.

Code block:

public String encrypt(String value) {
try {
initVector=getAlphaNumericString(16);

} catch (Exception ex) {
}
return null;
}
Рекомендации по теме
Комментарии
Автор

Nice Video. Please make a video for decrypt also.

KunalKumar-juwc
Автор

Thanks. Very good information, Can you please post the decryption on the same encryption value

MrPrathinam
Автор

Hii, can you tell me how to do similar thing in javascript with compatibility in Java.

abhishekkumar-fnvj
Автор

Hey bro thanks for sharing your knowledge, I need some of your further guidance in a task I am working on. It would be really grateful of yours, if you could help me with it. Thanks in advance.

kartikyadav
Автор

bro can u help me with my university assignment? all this seems like a latin and greek to me

niveditarajendrakumar
Автор

Bro you may be having a good knowledge but please improve your communication. It is a big barrier for you.

shreydubey