if I want to define key=WERGERBNHFDGDVS, how can I replace it
S = SubstitutionCryptosystem(AlphabeticStrings()) K = S.random_key() M = S.encoding("Don't substitute me.") S.deciphering(K, S.enciphering(K, M)) == M True
1 | initial version | asked 2022-04-05 00:32:48 +0100 Anonymous |
if I want to define key=WERGERBNHFDGDVS, how can I replace it
S = SubstitutionCryptosystem(AlphabeticStrings()) K = S.random_key() M = S.encoding("Don't substitute me.") S.deciphering(K, S.enciphering(K, M)) == M True
if I want to define key=WERGERBNHFDGDVS, key=WERGERBNHFDGDVS
, how can I replace it
S = SubstitutionCryptosystem(AlphabeticStrings())
K = S.random_key()
M = S.encoding("Don't substitute me.")
S.deciphering(K, S.enciphering(K, M)) == M