Skip to content
Francesco Ostidich edited this page Feb 29, 2024 · 5 revisions

Welcome to the Secret wiki!

Secret is about generating new secure passwords you can use, without having to store them somewhere and risking to have them stolen, or simply lost.

Type scrt get [website] [username] [key] to generate your first hash!

Using the same arguments will always result in the same hash, and you are able to just remember one single key that is usable on all your entries. You decide the key: it can be made of any character but have to be 8-long (for now...). Different keys will output completely different hashes, also if difference between keys is minimal. And the hash generated already have all character usually required: uppercase and lowercase letters, digits and a special character. More custom hashes will be implemented in the near future.

For any other functionality, type scrt help, and enjoy the simplicity!

Clone this wiki locally