index
:
tweetpipe.git
master
forked from https://github.com/jedisct1/encpipe
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
43 hours
Add version command
HEAD
master
Tim Segers
2 days
Decrease PBKDF2 iteration count to match OWASP recommendation
t0.2
Tim Segers
2 days
Derive a per-chunk chunk_id-dependent key to prevent chunk reordering
Tim Segers
2 days
Reformat with clang-format
Tim Segers
2025-11-07
Add diagrams
Tim Segers
2025-11-01
Clean up chunk offset definitions
Tim Segers
2025-11-01
Rename encpipe to tweetpipe
Tim Segers
2025-11-01
Replace libhydrogen by tweetnacl and tweetpwhash
Tim Segers
2025-07-01
Print usage info to stderr (instead of stdout), unless requested with -h
Craig Barnes
2025-02-10
Read password from the terminal if none was provided
Frank Denis
2019-05-10
Exit with status code 2 after printing the usage
Giuseppe Calabrese
2019-05-10
Refine usage message
Giuseppe Calabrese
2018-01-04
Update libhydrogen
0.4
Frank Denis
2017-12-31
C++ compat
Frank Denis
2017-12-31
No need to zero-terminate what we read from a password file
Frank Denis
2017-12-31
Add -P (read password from file) and -G (generate a password)
Frank Denis
2017-12-30
Don't bother with extra casts
Frank Denis
2017-12-30
Format errors
Frank Denis
2017-12-30
Helpers
Frank Denis
2017-12-30
Format
Frank Denis
2017-12-30
Allow one more byte
Frank Denis
2017-12-30
Move things to src/
Frank Denis