Skip to content
Thilo Maurer edited this page Apr 10, 2019 · 2 revisions

Welcome to the pwcalc wiki!

Q&A

  1. What is the formula used to calculate the secrets?
    • SHA1:
      echo -n "[alias][secret]" | openssl dgst -sha1 -binary | base64
    • HMAC-SHA1:
      echo -n "[alias]" | openssl dgst -sha1 -hmac "[secret]" -binary | base64
  2. Where are the aliases stored?
    See https://github.com/thilomaurer/pwcalc/issues/5
Clone this wiki locally