An open API service indexing awesome lists of open source software.

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

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.