steamguard-cli/src/commands
Carson McManus d5218d770e
add a new, faster encryption scheme (Argon2idAes256) and make it the default (#270)
- move legacy scheme to new module
- add argon2 crate
- mvoe test
- add argon2id aes encryption scheme
- refactor encryption to be less shit
- fix all the errors
- fix lints
2023-07-03 10:23:56 -04:00
..
code.rs add HTTP proxy support (#264) 2023-07-02 12:57:13 +00:00
completions.rs Dead code cleanup, subcommand refactor (#206) 2023-06-23 17:36:23 +00:00
debug.rs trade: fix Account Details confirmation not parsing (#239) 2023-06-26 23:57:17 +00:00
decrypt.rs Add support for storing encryption passkey in system keyring (#265) 2023-07-02 14:44:18 +00:00
encrypt.rs add a new, faster encryption scheme (Argon2idAes256) and make it the default (#270) 2023-07-03 10:23:56 -04:00
import.rs add HTTP proxy support (#264) 2023-07-02 12:57:13 +00:00
qr.rs add HTTP proxy support (#264) 2023-07-02 12:57:13 +00:00
qr_login.rs add HTTP proxy support (#264) 2023-07-02 12:57:13 +00:00
remove.rs add HTTP proxy support (#264) 2023-07-02 12:57:13 +00:00
setup.rs add HTTP proxy support (#264) 2023-07-02 12:57:13 +00:00
trade.rs add HTTP proxy support (#264) 2023-07-02 12:57:13 +00:00