是Bouncy Castle API線程安全嗎?特別是,充氣城堡API線程安全嗎?
org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
org.bouncycastle.crypto.paddings.PKCS7Padding
org.bouncycastle.crypto.engines.AESFastEngine
org.bouncycastle.crypto.modes.CBCBlockCipher
我打算在我的應用程序中編寫一個單例Spring bean用於基本級加密支持。由於它是一個Web應用程序,因此多個線程一次訪問此組件的機會較大。因此,踩踏安全是至關重要的。
如果您遇到過使用Bouncy Castle的情況,請告訴我。
是的,蒂尼爾森,你的推理是對的。我從充氣城堡的郵件列表中找到了以下帖子,網址爲http://www.bouncycastle.org/devmailarchive/msg04715.html。它不完全是線程安全的(至少AES引擎)。 – jatanp 2008-09-08 11:37:14