summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: update AlphaPunchScoresiddharth2021-06-191-20/+1
* lib: add PrintableAscii, AsciiScoressiddharth2021-06-191-0/+27
* lib: update RepeatingXORsiddharth2021-06-191-11/+5
* lib/byte.go: fix copyrightsiddharth2021-06-061-1/+1
* lib: add `ByteIsUpper`siddharth2021-06-061-0/+7
* lib: update `BytesInCommon`siddharth2021-06-051-2/+4
* lib/byte.go: update `BytesInCommon` docsiddharth2021-06-051-1/+2
* lib: add byte.gosiddharth2021-06-051-0/+31
* lib: add ByteToUpperrsiddharth2021-03-061-5/+9
* lib: add AESGenCTRFuncrsiddharth2021-03-031-0/+23
* lib: add AESEncryptCTRrsiddharth2021-03-031-5/+16
* lib: add AESDecryptCTRrsiddharth2021-03-011-0/+25
* lib: remove oracle.gorsiddharth2021-02-241-36/+0
* lib: remove OracleAESRandomEncryptrsiddharth2021-02-242-33/+1
* lib: remove web.gorsiddharth2021-02-241-94/+0
* lib: update webSessionEncryptionKeyrsiddharth2021-02-241-4/+4
* lib: randomBytes -> randomBytesWithLengthBetweenrsiddharth2021-02-242-3/+3
* lib: RandomKey -> RandomBytesrsiddharth2021-02-242-5/+5
* challenge: ch17.go: don't use lib.OracleKey and lib.OracleIVrsiddharth2021-02-241-10/+4
* lib: put rand functions in rand.gorsiddharth2021-02-242-49/+59
* lib: add OracleIVrsiddharth2021-02-211-0/+6
* lib: update Pkcs7PaddingUndo, AESDecryptCBCrsiddharth2021-02-112-7/+7
* lib: add CPErrorrsiddharth2021-02-111-0/+11
* lib: oracleKey -> OracleKeyrsiddharth2021-02-111-4/+4
* lib: randomInt -> RandomIntrsiddharth2021-02-111-4/+4
* lib: add StrHasrsiddharth2021-01-301-0/+10
* lib: update StripSpaceCharsrsiddharth2021-01-301-0/+3
* lib: stripSpaceChars -> StripSpaceCharsrsiddharth2021-01-303-3/+3
* lib: add StrToUpperrsiddharth2021-01-271-0/+12
* lib: update Pkcs7PaddingUndorsiddharth2021-01-261-1/+10
* challenge: do challenge 14rsiddharth2021-01-251-1/+1
* lib: add HasConsecutiveMatchingBlocksrsiddharth2021-01-121-0/+14
* lib: add OracleAESVarEncryptECBrsiddharth2021-01-121-0/+6
* lib: add oracleRandomrsiddharth2021-01-121-0/+6
* lib: update randomBytesrsiddharth2021-01-121-14/+2
* lib: add randomIntrsiddharth2021-01-121-0/+19
* lib/web: update import statmentrsiddharth2020-12-211-3/+1
* lib: add web.gorsiddharth2020-12-201-0/+96
* lib/str: add StrSplitAtrsiddharth2020-12-201-0/+17
* lib/str: add NumToStrrsiddharth2020-12-201-0/+9
* lib/str: add NumToCharrsiddharth2020-12-201-0/+8
* lib/aes: add OracleAESEncryptECBrsiddharth2020-12-131-0/+18
* lib/blocks: rename CipherIsECB -> CipherUsesECBrsiddharth2020-12-121-1/+1
* lib/blocks: BlockIsECB -> CipherIsECBrsiddharth2020-12-091-1/+1
* lib/oracle.go: add OracleAESRandomEncryptrsiddharth2020-12-091-0/+68
* lib/aes: update AESEncryptCBCrsiddharth2020-12-091-0/+7
* lib/aes: update AESEncryptECBrsiddharth2020-12-091-0/+7
* lib/aes: update AESEncrryptECBrsiddharth2020-12-091-3/+3
* lib/blocks: add Pkcs7PaddingUndorsiddharth2020-12-091-0/+5
* lib/blocks: move isECB from ch. 8 in here as BlockIsECBrsiddharth2020-12-081-0/+23