Posts tagged java
java equivalent of php encryption with MCRYPT_3DES and MCRYPT_MODE_CBC
Feb 16th
if you try to write a java code to produce same encrypted words which are generated with php using TripleDES algorithm and CBC mode, you’ll see two main keywords at the end of your search on internet: DESede (as algorithm) DESede/CBC/PKCS5Padding (as transformation method) key point here is transformation method, because php does not support [...]
