Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
need  to use ECB block mode inplace of CBC, and for padding , and PKCS5Padding in place of Pkcs7 in encryption/decryption of password


What I have tried:

need  to use ECB block mode inplace of CBC, and for padding , and PKCS5Padding in place of Pkcs7 in encryption/decryption of password
Posted
Updated 19-Oct-18 23:40pm
Comments
Patrice T 20-Oct-18 3:46am    
Ok, now you can start to work.
Dave Kreskowiak 20-Oct-18 10:31am    
Soooooo, did you have a question or are you just posting what you're going to be doing this weekend as a public service announcement?

1 solution

For starters, never encrypt passwords - it's not secure, it's barely safer than storing them in plain text! See here: Password Storage: How to do it.[^] - it's C#, but if your C++ is non-native code then it should be pretty obvious.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900