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.
Thanks a lot, Yes true , core java books just teach basics , encryption and decryption is project requirements... Check other content on channel as well..
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?
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..
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.
Have you tried encoding and decoding sensitive data ?
It is very informative about password encryption & decryption using Java and thank you for sharing this video
Great Job in Password encryption & decryption using java and it is very helpful and thank you for sharing this
Informative & useful👍👍👍👍 sending ky support to your channel
Really Informative, I will suggest few of my friends to follow this channel
Very helpful and explaination is very good ... Thanks for sharing.
Very useful information thanks for sharing
very interesting and helpful information....
Interesting and useful information
Thanks .this video saved my project
this is very interesting. I miss coding 😓
Thank you for sharing an informative video
informative content. thank you for sharing
Superb information
Thank you very much for sharing! The explanation is very nice too, great job!
This is good tutorial...thanks for sharing...
Great information 👍👍
Very helpful video👍
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.
Thanks a lot, Yes true , core java books just teach basics , encryption and decryption is project requirements...
Check other content on channel as well..
Very helpful! Thanks for sharing
OMG! This incredible thanks for sharing
Wonderful useful content
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
You need to know which encryption algoritham they have used in sqlcipher ..
Very informative
Very informative!
oh,here it is,i have now an idea how to fix mine.
Thanks I’m just thinking its a 3party API
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?
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..
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.
Put into database encrypted way..
Can You make a video on how can I find encryption key and iv of an Android app
I studied Java in 1998-99. Programming is not my forte. I scored in multimedia & advertising. Programming is too complicated 😂
Nice to know..:-)
Bonjour!, Merci, quel méthode a utilisé pour avoir : Entrée: 5792 et la sortie: /AABKA
Entrée: 5793 et la sortie: /AAB6g
Very useful information thanks for sharing