1. 20ff063 Allow interactively answering hexadecimal history key by WHR · 6 months ago
  2. c9699cd Remove an useless variable assignment by WHR · 7 months ago
  3. 50e2b6b Don't try to load or store history if HISTORY_KEY is empty by WHR · 10 months ago
  4. 99418e0 Optionally report status when loading and storing history by WHR · 10 months ago
  5. 89f851c Strip new lines from xtea-ctr.sh for XTEA_CTR_CODE variable by WHR · 10 months ago
  6. 3a43751 Fix function append_encrypted_history didn't work without '-e'; check environment passed HISTORY_KEY by WHR · 10 months ago
  7. a5681c1 Automatically determine whether to use hexdump(1) at build time by WHR · 10 months ago
  8. 8e33272 Fallback to current bash if specified alternative shell isn't available at run time by WHR · 10 months ago
  9. d962105 Print a new line after reading passphrase since user inputted new line won't be echoed by WHR · 10 months ago
  10. 7a41efc Print ? to stderr instead by WHR · 10 months ago
  11. 6092898 Support running XTEA-CTR code in a different shell for better performance by WHR · 10 months ago
  12. 8556485 Fix typo by WHR · 10 months ago
  13. 1383e86 Don't override previously set ENCRYPTED_HISTORY_FILE by WHR · 10 months ago
  14. 6bc03dc Don't echo passphrase by WHR · 10 months ago
  15. 702e0ee xtea_crypt: remove argument checkings by WHR · 10 months ago
  16. c3ae307 xtea_crypt: wrap v1 and v2 in 32-bit by WHR · 10 months ago
  17. 55179bb Make the return status of functions in bashrc more meaningful; set HISTORY_KEY to empty explicitly to indicate history has been being disabled by WHR · 10 months ago
  18. 9255688 Don't print error message about nonexistent encrypted history file by WHR · 10 months ago
  19. feed377 Implement raw output format with hexdump(1) by WHR · 10 months ago
  20. ad68168 Minor fixes in bashrc by WHR · 10 months ago
  21. d83e973 Implement hexadecimal output format by WHR · 10 months ago