summaryrefslogtreecommitdiff
path: root/toxencryptsave/toxencryptsave.h
AgeCommit message (Collapse)Author
2014-10-23Merge branch 'dubslow-master'irungentoo_trip
# # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2014-10-23fix #1124 by adding salt manip functionsdubslow
Also, all data now has the magic number prepended. This is incompatible for all but the save/load functions, but I think nothing besides the one experimental qTox branch used any of those, which is why I feel confident about the change.
2014-10-17Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-17add load/save from key instead of pwdubslow
2014-10-16astyle toxencryptsave.irungentoo
2014-10-12Fix include issuedubslow
2014-10-12Merge branch 'master' of https://github.com/irungentoo/toxcoredubslow
2014-10-12apparently i forgot to add/commit these comments...dubslow
2014-10-10Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-09re-refactor to separate pass->key and key->encryptiondubslow
2014-10-08refactor toxencryptedsave to allow passphrase encryption of arbitrary datadubslow
also a minor API change for clarity
2014-09-14Fixed toxencryptsave include issue.irungentoo
2014-09-11Add magic number, auto tests still requiredDubslow
2014-09-10modify inclusionsDubslow
2014-09-09compiling against nacl seems to break VANILLA_NACL...Dubslow