tfcrypt.git
2023-08-09 Andrey Rys51 broke -E logic completely, rewise it master
2022-11-09 Andrey Rystfcrypt: fix "-M mac -u" failing to decrypt data due...
2022-10-30 Andrey Rys-g, -j: shortcuts for stream ciphers with random counter
2022-08-28 Andrey Rys-X: add simple XOR mode (embedded xor tool)
2022-08-28 Andrey RysAdd Propagating CBC (PCBC) mode
2022-08-28 Andrey Rysremove prefix from base64 builtin
2022-08-28 Andrey RysSync with tfcipher
2022-01-16 Andrey Rys-O nobuf: disable IO buffering
2022-01-16 Andrey Rys-O iobs: exempt for all stream ciphers or plain IO
2022-01-15 Andrey Rystfstream: add separate xor_block function
2022-01-15 Andrey Rystfe: endian fixes and code optimization
2022-01-15 Andrey Rysremove OCB mode
2021-12-13 Andrey Rysiotool: allow arbitrary iobs.
2021-11-28 Andrey Rys-O ioseek=: apply iseek and oseek at same time.
2021-11-28 Andrey Rys-O ro: readonly files, never write anything (except...
2021-11-28 Andrey Rys-O append: append to output flag
2021-11-28 Andrey Rysfix total size indicator when doing -M mac -u.
2021-11-28 Andrey Rysanother attempt to fix newline bugs
2021-11-28 Andrey Ryslift restrictions on partial "window" seeked signature...
2021-11-28 Andrey Rys-O readloops=n: read source repeatedly n times (by...
2021-11-28 Andrey Ryschange atexit newline print policy
2021-11-28 Andrey Rys-O pid: show/log process id of running tfcrypt.
2021-11-28 Andrey Rys-o: accept "-" as name, do nothing (leave stderr as is)
2021-11-28 Andrey Rys-O finished: prepend "finished: " marker when tfcrypt...
2021-11-28 Andrey Rysxexit: do post-crypt work only if exiting by system...
2021-11-28 Andrey Rysalways cap first print_crypt_status to less or equal...
2021-11-28 Andrey Rysmoving to clock_gettime and add correction of time...
2021-11-28 Andrey Rys-o logfile: logging to separate logfile instead of...
2021-11-28 Andrey Rysfix quiet mode and final reporting when using -O count.
2021-11-28 Andrey Rysfix time not casted to tfc_useconds incorrectly.
2021-11-28 Andrey RysSIGTSTP: fix quiet mode.
2021-11-28 Andrey Rysmove atexit code to xexit() and fix ftrunc order for...
2021-11-27 Andrey Rys-u: like -m, but decrypt to verify MAC, see if it's...
2021-11-27 Andrey RysSIGTERM, SIGINT: exit immediately, don't try to postpro...
2020-08-02 Andrey Rys-V: fix when used with -P
2020-07-25 Andrey Rysiotool: separate alias to do only plain I/O.
2019-12-13 Andrey Rys-O ftrunc=tail: trim unused tail after processing actua...
2019-10-06 Andrey Rystfc_signal: add elapsed time counter.
2019-08-18 Andrey Rystfe: fix endianness with blocks smaller than TF_BLOCK_SIZE.
2019-04-29 Andrey RysUpdate copyright year.
2019-04-29 Andrey Rys-c: pattern fill support.
2019-04-24 Andrey RysDisplay hash of current defaults.
2019-04-21 Andrey Rys-q: remove ASCII reprint of hexdump.
2019-04-21 Andrey RysAdd password hints to every password asking function.
2019-04-10 Andrey Rystfprng: expose range formula in form of macros to build...
2019-04-06 Andrey Rys"-O ftrunc=": implement file truncations (without sanit...
2019-04-06 Andrey Rysfix counter adjustment on "-c zero -O iseek=".
2019-04-04 Andrey Rys-O showsecrets: display passwords in plaintext.
2019-03-23 Andrey Rysfix usage, add -O fullkey to extend key size.
2019-03-23 Andrey Rystfc_conf: nr_turns: do not apply to sksum turns.
2019-03-23 Andrey RysSwitch to old tfcrypt1 mode by default.
2019-03-23 Andrey RysReplace ugly tweak size computation with explicit tweak...
2019-03-22 Andrey Rys-c zero: assume zero counter value.
2019-03-22 Andrey Rysfix -C stream -c rand regression.
2019-03-21 Andrey Rysfix mhexdump machine detection.
2019-03-20 Andrey RysAmend previous commit.
2019-03-16 Andrey RysSupport loading tfcrypt_defs.h variables from file.
2019-03-15 Andrey Rystfprng: use tf_prng_datasize even if no one uses it.
2019-03-15 Andrey RysFix endianness issues.
2019-02-27 Andrey Rysctr_add: replace dead with working code.
2019-02-18 Andrey Rystfprng: remove legacy functions.
2019-02-09 Andrey RysChange default seek behavior: error out, allow to ignor...
2019-02-04 Andrey Rys-O okey=val: offset into key (useful for block device...
2019-02-02 Andrey RysDefine _DEFAULT_SOURCE.
2019-01-26 Andrey Rystfc_io: xread and xwrite, which transparently handle...
2019-01-26 Andrey Rystfc_random: proper write error handling plus handling...
2019-01-25 Andrey RysDefine _FILE_OFFSET_BITS=64
2019-01-25 Andrey Rys-E sync: reform logic. Prequery file position, jump...
2018-11-29 Andrey RysSalt user keys or passwords.
2018-11-25 Andrey Rystfcrypt: fixing hash output stream.
2018-11-14 Andrey Rystfcrypt 1.