https://github.com/werrett/cryptopals
Solutions to the Matasano Cryptopals challenges
https://github.com/werrett/cryptopals
cryptography ctf golang
Last synced: about 1 month ago
JSON representation
Solutions to the Matasano Cryptopals challenges
- Host: GitHub
- URL: https://github.com/werrett/cryptopals
- Owner: werrett
- Created: 2017-04-02T18:58:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T15:21:38.000Z (about 9 years ago)
- Last Synced: 2025-07-25T06:33:46.870Z (11 months ago)
- Topics: cryptography, ctf, golang
- Language: Go
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptopals Solutions
My solutions as I slowly work my way through the Cryptopal exercises with the
other bit twiddlers in the AppSec team at `$WORK`.
Work in progress (until I declare defeat atleast).
## Install
To pull it down and build it:
```
go get -v github.com/werrett/cryptopals
```
To use run challenges with input:
```
cryptopals
cryptopals ch1 49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d
```
To test solution based on example input:
```
$GOPATH/src/github.com/werrett/cryptopals
go test ./... -v
```
## Author
Jonathan Werrett , and the other bit twiddlers at `$WORK`.