https://github.com/bitwalker/crypto-experiments
Experiments in cryptography with Clojure
https://github.com/bitwalker/crypto-experiments
Last synced: about 1 year ago
JSON representation
Experiments in cryptography with Clojure
- Host: GitHub
- URL: https://github.com/bitwalker/crypto-experiments
- Owner: bitwalker
- Created: 2014-01-24T05:28:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T05:30:50.000Z (about 12 years ago)
- Last Synced: 2025-02-15T08:20:12.702Z (about 1 year ago)
- Language: Clojure
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypto-experiments
This repo contains my experiments with cryptography, using Clojure as my
exploratory language. Clojure is concise and powerful, and when combined
with Light Table, makes for an awesome interactive coding playground. If
you are at all interested in cryptography, and perhaps even in Clojure,
this project is currently set up for playing around in Light Table's
InstaREPL. Load the directory into your LT workspace, open `core.clj`
and tell LT to set your editor as an InstaREPL. You can play around with
the functions contained within however you like, and if you want to see
how some of it fits together, there are some functions commented out at
the bottom which allow you to see the flow of code through some
decryption routines.
Enjoy!