aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Collapse)Author
2012-02-20Wrote a helper class to work with sjcl objectsGuillaume Horel
can encrypt and decrypt sjcl objects
2012-02-18Implementation of aes-ocb in python and javascriptGuillaume Horel
We can know easily encrypt directories in python, and generate objects in the alias format.
2011-06-22Added script to generate objectGuillaume Horel
Proof of concept almost ready!
2011-05-20Rewrote the objects storage engineGuillaume Horel
objects are stored under each user's directory to make zaran happy.
2011-05-19Started to play around with js crypto codeGuillaume Horel
test.js implements the basic functionality (recommand to load it in v8 (d8 test.js --shell)