How to do Password Encryption and Decryption using Java

  Рет қаралды 22,884

Simplifying Tech

Simplifying Tech

Күн бұрын

⭐⭐⭐⭐⭐ How to do Password Encryption and Decryption using Java ⭐⭐⭐⭐⭐
⭐ AES Encryption and Decryption
⭐ Base64 Encryption and Decryption
In this video, we will learn how to encrypt and decrypt input values like strings, objects, and password-based data using the AES and base 64 algorithm in Java.
There is often requirement to encrypt sensitive data like passwords secrete keys or any string values there are multiple ways to do it, but here I am explaining simplest and legit way to achieve the same.
Securing data transfer is done in multiple ways. But most experts refer to data encryption as the best method and currently, Java AES [Advanced Encryption Standard] is an advanced solution available for ciphering. It has a better legacy of confidential properties, data authentication, and high levels of integrity.
#JavaEncodeDecode
#javabase64
#AES
⭐ Java Cryptography
__________________________________________
Reference Blog Link: 👉simplifyingtec...
All code is available on Github: 👉
github.com/Sim...
__________________________________________
⏲️Time Stamps⏲️
0:30 - Overview
2:15 - Create java Project
3:12 - base64 Encode & decode
7:45- AES Overview
9:16 - AES Java Program
10:50 - What is Cypher
15:45 -Decoding via AES
__________________________________________
Subscribe: | 🔔Make sure to enable ALL push notifications 🔔
▶️ Watch our latest videos: www.youtube.co....
▶️ Elasticsearch java - Playlist : www.youtube.co....
▶️ MongoDB java -Playlist : www.youtube.co....
▶️ Spring Boot Java -Playlist : www.youtube.co....
__________________________________________
🐦 Twitter: / simplifyingtech
📷 Insta: / simplifyingtech
---------------------------------------------------------------
Production Credits:
Edited by: Simplifying Tech
Edited with Tool : Filmora 10
Produced by: Simplifying Tech
WebSite: simplifyingtec...
---------------------------------------------------------------
About Simplifying Tech :
👉 Lets Make it Simplified and illustrative....
The main Objective of Simplifying Tech is to have people learn new technologies and programming in more simplified and illustrative way.
---------------------------------------------------------------
#how-to-endode-decode-passwords-using-java,#DataEncryption,#DataDecryption,#baseb4Encoder,#AESEncoder
How to do Password Encryption and Decryption using Java, How to Encrypt & Decrypt Password/Strings/Data using Java,encryption, cryptography,decryption,cypher text, encryption and decryption, encryption in java, decryption in java,AES Encryption and Decryption,Base64 Encryption and Decryption,java cryptography,aes cryptography,encryption and decryption of text,java aes algorithm,aes in java,advanced encryption standard,Password Encryption,password decryption, sensetive data encoding, Encoding passwords using Java, encode.

Пікірлер: 37
@simplifyingtech
@simplifyingtech 3 жыл бұрын
Have you tried encoding and decoding sensitive data ?
@laxmanlaxman4338
@laxmanlaxman4338 2 жыл бұрын
It is very informative about password encryption & decryption using Java and thank you for sharing this video
@anandabarman9524
@anandabarman9524 2 жыл бұрын
Great Job in Password encryption & decryption using java and it is very helpful and thank you for sharing this
@new_direction_net
@new_direction_net 2 ай бұрын
Excellent tutorial! Thank you sir. I just have a question, I'm have Deitel & Deitel's Java How to Program (11th edition) and Joyce Farrell's Java Programming (9th edition) textbooks. They don't cover this topic of password encryption in any chapter, that's why I came to youtube. Is there any textbook that you know that covers it? Anyone else who has information can give me please 🙏. Thank you in advance.
@simplifyingtech
@simplifyingtech 2 ай бұрын
Thanks a lot, Yes true , core java books just teach basics , encryption and decryption is project requirements... Check other content on channel as well..
@artisticlifestyleinuk8299
@artisticlifestyleinuk8299 3 жыл бұрын
Very useful information thanks for sharing
@MejsVlogandMusic1432
@MejsVlogandMusic1432 3 жыл бұрын
very interesting and helpful information....
@senorlakwatsero911
@senorlakwatsero911 3 жыл бұрын
Informative & useful👍👍👍👍 sending ky support to your channel
@CadaydayTV
@CadaydayTV 3 жыл бұрын
this is very interesting. I miss coding 😓
@namratanarade7523
@namratanarade7523 2 жыл бұрын
Very helpful and explaination is very good ... Thanks for sharing.
@rimshaghouree4564
@rimshaghouree4564 2 жыл бұрын
Interesting and useful information
@gamingarea.eltayeb
@gamingarea.eltayeb Жыл бұрын
i have a db file in fifa patch and i want open it in SQLCipher but i can't because password so how can i broke down this password
@simplifyingtech
@simplifyingtech Жыл бұрын
You need to know which encryption algoritham they have used in sqlcipher ..
@JayeshandShreya
@JayeshandShreya 3 жыл бұрын
Really Informative, I will suggest few of my friends to follow this channel
@ChannelKakMar
@ChannelKakMar 3 жыл бұрын
informative content. thank you for sharing
@Aprilovesyouyt
@Aprilovesyouyt 3 жыл бұрын
Thank you for sharing an informative video
@natashazia8615
@natashazia8615 2 жыл бұрын
Superb information
@sumitjalwal9576
@sumitjalwal9576 2 жыл бұрын
Hi, By hard coding keyValue = “1234” isn’t that a security issue as our encryption logic is exposed in the code itself. What if someone gets access to the codebase?
@simplifyingtech
@simplifyingtech 2 жыл бұрын
1234 is sample you can give any key but that you need to remember while decoding.. access things can be managed at project level else you can keep secrets key and algorith in database..
@sumitjalwal9576
@sumitjalwal9576 2 жыл бұрын
Hi @@simplifyingtech , Thank you so much for the reply. If I don’t want to define this keyValue in the code itself where can I put it? Because lets say someone had access to my code he will be able to know the encryption logic I am using for the passwords.
@simplifyingtech
@simplifyingtech 2 жыл бұрын
Put into database encrypted way..
@akashr8622
@akashr8622 2 жыл бұрын
Thanks .this video saved my project
@recreate5421
@recreate5421 Жыл бұрын
Thanks I’m just thinking its a 3party API
@jveeARTS
@jveeARTS 3 жыл бұрын
This is good tutorial...thanks for sharing...
@souravrouth5333
@souravrouth5333 2 жыл бұрын
Can You make a video on how can I find encryption key and iv of an Android app
@faanandor8593
@faanandor8593 2 жыл бұрын
Thank you very much for sharing! The explanation is very nice too, great job!
@therealrubientertainment-r6220
@therealrubientertainment-r6220 2 жыл бұрын
Very informative
@nohazaroon6294
@nohazaroon6294 2 жыл бұрын
Wonderful useful content
@JunmaniandNilutpalsWorld
@JunmaniandNilutpalsWorld 2 жыл бұрын
Great information 👍👍 Very helpful video👍
@deffnasoligi2182
@deffnasoligi2182 3 жыл бұрын
Very helpful! Thanks for sharing
@anne_trazona
@anne_trazona 3 жыл бұрын
oh,here it is,i have now an idea how to fix mine.
@Chegnixcomedy
@Chegnixcomedy 3 жыл бұрын
OMG! This incredible thanks for sharing
@InspectorMorse25
@InspectorMorse25 3 жыл бұрын
Very informative!
@Coffeegenix
@Coffeegenix 2 жыл бұрын
I studied Java in 1998-99. Programming is not my forte. I scored in multimedia & advertising. Programming is too complicated 😂
@simplifyingtech
@simplifyingtech 2 жыл бұрын
Nice to know..:-)
@angenzuzi3298
@angenzuzi3298 2 жыл бұрын
Bonjour!, Merci, quel méthode a utilisé pour avoir : Entrée: 5792 et la sortie: /AABKA Entrée: 5793 et la sortie: /AAB6g
@MindGameScience
@MindGameScience 3 жыл бұрын
Very useful information thanks for sharing
Я сделала самое маленькое в мире мороженое!
00:43
Кушать Хочу
Рет қаралды 4,9 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 15 МЛН
How to Encrypt passwords in Test automation
25:38
DotClick Automation Labs
Рет қаралды 4,9 М.
AES Explained (Advanced Encryption Standard) - Computerphile
14:14
Computerphile
Рет қаралды 1,2 МЛН
RSA encryption and decryption algorithm in java
12:04
tutorial plus
Рет қаралды 1 М.
Selenium WebDriver - Password Encryption and Decryption
30:04
Java encryption program 🔑
32:06
Bro Code
Рет қаралды 46 М.
Password Hashing In Java
11:01
Infybuzz
Рет қаралды 17 М.
Password Storage Tier List: encryption, hashing, salting, bcrypt, and beyond
10:16