XDo0 / XDo0.github.io

My Personal Blog
https://xdo0.github.io/
MIT License
1 stars 1 forks source link

常见加密算法格式 - XD's Blog #11

Open XDo0 opened 2 years ago

XDo0 commented 2 years ago

https://xdo0.github.io/2022/05/01/%E5%B8%B8%E8%A7%81%E5%8A%A0%E5%AF%86%E7%AE%97%E6%B3%95%E6%A0%BC%E5%BC%8F.html

本文适合大概了解常见加密算法,以备逆向时快速确定加密方式。基本 Android 逆向时常见的就是 RSA 和 AES CBC,想要解密出明文,除了密钥外,还需要知道 padding 模式,等首先介绍下 paddingPadding在书面语中,明文经常以可预测的方式开始和结束。例如:尊敬的、此敬等等。为了防止已知明...