Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 309 Bytes

TODO.markdown

File metadata and controls

9 lines (9 loc) · 309 Bytes
  • Unicode support. I currently assume that all strs are bytes, and that all bytes are ASCII text
  • Multi-process support
  • askpass support
  • py3 support (just more bytes()?)
  • item creation
  • unit tests
  • .cloudkeychain support
  • reimplement pbkdf2 in C, because the python PBKDF2 module is slow