| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
* lib/str.go (AlphaScore): Rename to...
(AlphaPunchScore): ...this.
|
|
|
|
|
|
| |
* lib/str.go (isAlpha): Rename to...
(isAlphaPunch): ...this.
(AlphaScore): change isAlpha call to isAlphaPunch call.
|
|
|
|
| |
* lib/str.go (isAlpha): Add common punctuation.
|
|
|
|
| |
* lib/str.go (FillBytes): New function.
|
|
|
|
| |
* lib/str.go (AlphaScore): New function.
|
|
|
|
| |
* lib/str.go (isAlpha): New function.
|
|
|
|
|
| |
* lib/b64.go (stripSpaceChars): Move to...
* lib/str.go (stripSpaceChars): ...here.
|
|
* challenge/c03.go: Implement challenge 3
* cryptopals.go (main): Add handling to run challenge 3
* lib/brute.go (XORCrackSingleKey): New function.
* lib/hex.go (HexStrToAsciiStr, ByteToHexStr): New functions.
* lib/str.go (FillStr): New function.
|