Java ANSI X923 Padding
问题 I have a new application written in java that needs to read encrypted values out of a db. The problem is that all the values in the db were encrypted by .NET code that uses the ANSI x923 padding scheme. I have done some research and it doesn't look like the Java TripleDes libraries have a way to specify this padding scheme. I was wondering if anyone knows if I am correct and the ANSI x923 isn't supported in java, or if there is a way to get this working. 回答1: If you use Bouncy Castle JCE, it