aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-11-01README: Note used on-disk formatsJakob Unterwurzacher
2015-11-01README: Describe storage overheadJakob Unterwurzacher
2015-11-01Add file header (on-disk-format change)Jakob Unterwurzacher
Format: [ "Version" uint16 big endian ] [ "Id" 16 random bytes ] Quoting SECURITY.md: * Every file has a header that contains a 16-byte random *file id* * Each block uses the file id and its block number as GCM *authentication data* * This means the position of the blocks is protected as well. The blocks can not be reordered or copied between different files without causing an decryption error.
2015-10-11README: Add travis badgerfjakob
2015-10-11Update READMEJakob Unterwurzacher
2015-10-10README: Remove dots noticeJakob Unterwurzacher
2015-10-08Shell wrapper: Also search the binary in $GOPATH/binJakob Unterwurzacher
2015-10-07README: Mention that only Linux is testedJakob Unterwurzacher
2015-10-07Update READMEJakob Unterwurzacher
2015-10-06Reword help textJakob Unterwurzacher
2015-10-06Split off SECURITY.mdJakob Unterwurzacher
2015-10-06Update README.mdJakob Unterwurzacher
2015-10-06Rewrite README.md (in progress)Jakob Unterwurzacher
2015-09-08Explain both frontends in readmeJakob Unterwurzacher
Also, re-enable openssl and disable debug messages so testing gocryptfs is less painful
2015-09-06readme: link to go-vs-openssl.mdJakob Unterwurzacher
2015-09-06readme: more detailsJakob Unterwurzacher
2015-09-06readme: Fix benchmark alignmentJakob Unterwurzacher
2015-09-06Add "go get" command to readmeJakob Unterwurzacher
2015-09-06Add README.mdJakob Unterwurzacher
Also, run go fmt