diff options
Diffstat (limited to 'challenge/c13.go')
-rw-r--r-- | challenge/c13.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge/c13.go b/challenge/c13.go index 130499d..e2f6231 100644 --- a/challenge/c13.go +++ b/challenge/c13.go @@ -85,7 +85,6 @@ func C13() { return encode(p) } - adminBlock := lib.BytesToStr(lib.Pkcs7Padding(lib.StrToBytes("admin"), 16)) ep := profileFor("foo@abacus" + adminBlock) encryptedEP := encrypt(ep) |