Skip to content

Releases: fostidich/scrt

SCRT-2.2.0

Choose a tag to compare

@fostidich fostidich released this 23 Oct 11:13
ffc80c7

Additions

  • #24 get command now asks for the key while hiding the input
  • #24 help command is now enriched with descriptions

SCRT-2.1.0

Choose a tag to compare

@fostidich fostidich released this 12 Oct 22:53
9526fcd

Additions

  • #7 renew function added. Try scrt list renew [website] [username] [key].
    • Renewed entries will output different hashes based on how many times they've been renewed.
    • This value is showed in scrt list show if different from 0.
    • Use scrt list reset [website] [username] [key] to set this value back to 0.

SCRT-2.0.0

Choose a tag to compare

@fostidich fostidich released this 10 Oct 20:54
fd99257

Additions

  • #5 Destroy function added: scrt list destroy
  • #6 After a get, if entry is not in the list, you're now asked to add it

Changes

  • Get function will not behave the same as previous versions: hash generation has been changed after a big code clean up

SCRT-1.1.0

Choose a tag to compare

@fostidich fostidich released this 06 Oct 14:57
138cd98

Addition

  • Error system implemented so that panics can be exactly mapped to a specific error message.

Fixes

  • Data folder is now generated along side the executable, and with a more reasonable name.

SCRT-1.0.0

Choose a tag to compare

@fostidich fostidich released this 03 Oct 13:51
138cd98

Presentation

Generate passwords you can get later without storing them.

Features

  • Generate an hash made of letters and digits from website, username and a 8-character long key you decide.
  • Store and manage theese entries (key excluded) to better remember the used combination.

Usage

Use scrt help to see available actions.