filmov
tv
Cryptography in Java. 5-Encoding and Decoding with Base64

Показать описание
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 learn about purpose of Encoding and Decoding and can we do it in Java. We will take a look upon the Apache's Coded library to implement Encoding and Decoding using Base64 class.
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 learn about purpose of Encoding and Decoding and can we do it in Java. We will take a look upon the Apache's Coded library to implement Encoding and Decoding using Base64 class.