mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-14 13:16:42 +00:00
Fixup URLs and openssl command in README
This commit is contained in:
parent
e6ea72d4f7
commit
f7e4f2c053
1 changed files with 5 additions and 4 deletions
|
@ -15,7 +15,7 @@ From the main view a token can be copied to the clipboard by tapping on it.
|
|||
From the pulley menu the token database can be exported to a file for backup purposes. The backup is a AES-256-CBC encrypted and
|
||||
Base64 encoded file containing a JSON-representation of the database. It can be decrypted with openssl using the following command:
|
||||
|
||||
openssl enc -d -a -aes-256-cbc -in <file>
|
||||
openssl enc -d -a -A -md md5 -aes-256-cbc -in <file>
|
||||
|
||||
if you need the information outside of SailOTP.
|
||||
|
||||
|
@ -25,8 +25,9 @@ It is also possible to generate tokens for SteamGuard (Steams TOTP-Variant for 2
|
|||
|
||||
## Contact and Issues
|
||||
|
||||
If you find any bugs or want to suggest a feature, feel free to use Githubs
|
||||
Issues feature or write an email to sailfish _AT_ seiichiro0185.org
|
||||
If you find any bugs or want to suggest a feature, feel free to use Githubs Issues feature at
|
||||
<a href="https://github.com/seiichiro0185/sailotp/issues" target="_blank">https://github.com/seiichiro0185/sailotp/issues</a>
|
||||
or write an email to sailfish _AT_ seiichiro0185.org
|
||||
|
||||
## License
|
||||
|
||||
|
@ -40,7 +41,7 @@ SailOTP uses the SHA-1 and HMAC-Implementation from
|
|||
|
||||
SailOTP also uses the AES-Implementation from
|
||||
|
||||
<a href="https://github.com/mdp/gibberish-aes" target="_blank">https://github.com/mdp/gibberish-aes</a>
|
||||
<a href="https://code.google.com/archive/p/crypto-js/" target="_blank">https://code.google.com/archive/p/crypto-js/</a>
|
||||
|
||||
The implementation of the TOTP-algorithm was inspired by:
|
||||
|
||||
|
|
Loading…
Reference in a new issue