Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-19 | Increase GCM IV size from 96 to 128 bits | Jakob Unterwurzacher | |
This pushes back the birthday bound for collisions to make it virtually irrelevant. | |||
2015-12-13 | go fmt | Jakob Unterwurzacher | |
...and minimal comment changes. | |||
2015-12-11 | Rmdir: handle creating and removing unreadable directories | Jakob Unterwurzacher | |
This patch also splits off Mkdir and Rmdir into its own file. Fixes issue #8, thanks to @diseq for the bug report. | |||
2015-10-07 | Run go fmt | Jakob Unterwurzacher | |
2015-10-04 | Switch nonce generation to purely random | Jakob Unterwurzacher | |
The old implementation of counting up from a random starting point had the problem that is allowed an attacker to find out the write order of the blocks. | |||
2015-10-04 | Run go fmt | Jakob Unterwurzacher | |
2015-09-13 | Implement json config storage (not yet encrypted) | Jakob Unterwurzacher | |
2015-09-05 | Use Debug object instead of fmt | Jakob Unterwurzacher | |
2015-09-03 | Split into FS and File | Jakob Unterwurzacher | |