https://github.com/olical/simple-crypt-cljs
Simple encryption example in the browser with ClojureScript
https://github.com/olical/simple-crypt-cljs
clojurescript encryption
Last synced: 12 months ago
JSON representation
Simple encryption example in the browser with ClojureScript
- Host: GitHub
- URL: https://github.com/olical/simple-crypt-cljs
- Owner: Olical
- License: epl-1.0
- Created: 2016-12-01T15:44:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T15:45:11.000Z (over 9 years ago)
- Last Synced: 2025-02-23T13:52:18.448Z (over 1 year ago)
- Topics: clojurescript, encryption
- Language: Clojure
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-crypt
A very very simple ClojureScript + Reagent application playing with encryption in the browser through ClojureScript. It randomly generates a key and encrypts (then decrypts) the content of an input with it.
Literally 20 minutes of testing, but I thought I'd put it out there as an example for others anyway. Use `lein figwheel` to run the development server.