Talk:Data Encryption Standard: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
m (→‎REXX decryption: decryption works as documented)
Line 3: Line 3:
<br>"Decryption is simply the inverse of encryption, follwing the same steps as above, but reversing the order in which the subkeys are applied."
<br>"Decryption is simply the inverse of encryption, follwing the same steps as above, but reversing the order in which the subkeys are applied."
<br>Reverting the subkeys did not work --Walter Pachl 05:37, 22 July 2017 (UTC)
<br>Reverting the subkeys did not work --Walter Pachl 05:37, 22 July 2017 (UTC)
: It works. Above failure was due to an error in my test. --Walter Pachl 11:05, 23 July 2017 (UTC)

Revision as of 11:05, 23 July 2017

REXX decryption

Has anyone an idea how to implement this:
"Decryption is simply the inverse of encryption, follwing the same steps as above, but reversing the order in which the subkeys are applied."
Reverting the subkeys did not work --Walter Pachl 05:37, 22 July 2017 (UTC)

It works. Above failure was due to an error in my test. --Walter Pachl 11:05, 23 July 2017 (UTC)