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 | |
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
![]() | 2 | None |
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
TrueTrue