Skip to content

Is a symmetric-key block cipher, which applies the DES cipher algorithm three times to each data block. The Data Encryption Standard's (DES) 56-bit key is no longer considered adequate in the face of modern cryptanalytic techniques and supercomputing power.

Notifications You must be signed in to change notification settings

RaymundoBaca/3DES

Repository files navigation

Things to consider:

  • This program only encrypts text files or lines of text.
  • To decrypt you need a key, to do this the program generates a code that is sent to your cell phone.
  • You also need to create a Twilio account and fill out the parameters requested in the code.

Therefore, the code generated by the program is sent via SMS to your cell phone in order to decrypt what is contained in the jTextArea.

About

Is a symmetric-key block cipher, which applies the DES cipher algorithm three times to each data block. The Data Encryption Standard's (DES) 56-bit key is no longer considered adequate in the face of modern cryptanalytic techniques and supercomputing power.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages