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: 3 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 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T15:45:11.000Z (over 8 years ago)
- Last Synced: 2025-01-05T02:10:29.553Z (5 months 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.