Skip to content

Incorrect Triple DES #12

Description

@anne-gert

README says to do Triple DES, you do 3 encryption or 3 decriptions, either with 2 or 3 keys.

https://en.wikipedia.org/wiki/Triple_DES says Triple DES encryption is:

  1. Encrypt with Key1
  2. Decrypt with Key2
  3. Encrypt with Key3
    (Key3 may be the same as Key1)

The decryption is the reverse.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions