# simple-crypt-cljs **Repository Path**: mirrors_Olical/simple-crypt-cljs ## Basic Information - **Project Name**: simple-crypt-cljs - **Description**: Simple encryption example in the browser with ClojureScript - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.