Cryptography in Java. 7- CBC AES128 encryption implementation in Java

preview_player
Показать описание
Hi guys we will learn in this tutorial series about the basics of cryptography and how to implement it in java.

We will start with hashing to encryption and then to encoding.

In hashing we will be using SHA-1, in ecryption we will focus on AES-128 and for encoding we will use Apache's Base64 encoder and decoder.

Here we will implement the Code Block Chaining or CBC algorithim to understand Encryption in Java. We will understand what is IV parameter and what is its purpose and how to implement it here in java.

We will also see the decryption in the same.
Рекомендации по теме
Комментарии
Автор

what is the software name that you are using?

siddharthd