I have to encrypt and decrypt a zip file using DES Algorithm by using a KEY which is stored in a text file.Both Encrypt and Decrypt algorithm takes key from the text file to do the corresponding functionalities.
Is there any built-in packages available for doing DES algorithm in java…
Please Guide me to get out of this issue…
you could use stuff from javax.crypto package: