Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
m2cryptoでAESCBCでPKCS#5パディングを使用する方法はありますか?簡単に見つけられないようです。これを行うことができるPythonライブラリはありますか?
または、手動で行う必要がありますか?もしそうなら、これを行うためのリソースはありますか?
After much thrashing through OpenSSL docs, it looks like PKCS #5 is the padding scheme it uses. Well, the OpenSSL docs aren't that great either so I'm still only 90% sure of this.