Skip to content

Commit

Permalink
No more AES
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 21, 2013
1 parent f7da409 commit b5c08f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ unable to sign new values without the writecap.

All encryption of plaintext happens client-side via a command line tool which
runs on a computer under the control of a trusted administrator. Data is
encrypted using AES256 CBC mode prior to transmission to the server, and
remains encrypted until accessed by another user with the read (or verify)
capabilities.
encrypted using NaCl's "SecretBox" primitive (i.e. XSalsa20 + Poly1305)
prior to transmission to the server, and remains encrypted until accessed by
another client with the read (or verify) capabilities.

Ruby Client
-----------
Expand Down

0 comments on commit b5c08f1

Please sign in to comment.