Base64 encoding/decoding in java 8

preview_player
Показать описание
In this video tutorial you will learn how to perfrom encoding and decoding in java 8 using Base64 APIs
Below is the GitHub link to download source Code:
Рекомендации по теме
Комментарии
Автор

If I have to encode 4 digit otp string it's possible,

sharadshinde
Автор

Do you have sample code on how to decode a base64 data and write to a PDF on a file drive

shreyajm
Автор

I was expecting you would cover what is difference between mime, url and simple encoding/Decoding

perfectlyfantastic
Автор

THANK You! how would you do the reverse and code B64 language into normal text?

fenderrhodes
Автор

Hi Kishan, This video is very nice, It would be great, if you could make another video explaining internal working of Base64 algorithm...

kumarsaroj
Автор

is it possible to use base64 in java 8 to encode and decode a class? (like a person class: first name, last name, age...) and how would you do that?

Aucard
Автор

is it possible if its the other way around, from base64 to image?

jzrc