ideawu / Objective-C-RSA

Doing RSA encryption and decryption with Objective-C on iOS
http://www.ideawu.com/blog/post/132.html
Other
1.15k stars 280 forks source link

Skipping unpadding #36

Open owlstead opened 7 years ago

owlstead commented 7 years ago

Unpadding is there for a reason. Without unpadding you are not even sure if you're decrypting with the right key.

Do you have any experience creating this kind of crypto related code, and if not, why are you posting it here?