shikaan / keydex

🔒 Terminal based password manager for KeePass databases.
MIT License
66 stars 1 forks source link

feat: support unicode #8

Closed shikaan closed 1 year ago

shikaan commented 1 year ago

This change aims at supporting unicode characters, replacing the instances of string with []rune.

It should close #5

TODO