Talk:Data Encryption Standard: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎REXX decryption: new section)
mNo edit summary
Line 1: Line 1:
Decryption.
Has anyone an idea how to impplement this:
<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)

== REXX decryption ==
== REXX decryption ==
Has anyone an idea how to implement this:

Decryption.
Has anyone an idea how to impplement this:
<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)

Revision as of 09:24, 22 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)