Skip to content

Commit 9c65499

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents acdd8af + 09636b6 commit 9c65499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ a password-safe coded entirely in Rust! It is work in progress but contains the
77
- Creation and deletion of Username-Password Entries and SSH-keypairs
88
- Selecting inputs and copying inputs to clipboard without showing them as plaintext
99

10-
# HOW TO INSTALL
10+
## HOW TO INSTALL
1111

1212
To use the RustwortManager, you will need to have SQLCipher installed (https://www.zetetic.net/sqlcipher/). This program uses the Community-version.
1313
If this is not deployed as an executable, you will also need to install the Rust compiler (https://www.rust-lang.org/tools/install) and git (https://git-scm.com/downloads).
@@ -18,7 +18,7 @@ Now, with all requirements installed:
1818
2. Install our software using by typing `git clone https://github.com/Biscgit/rustword_manager.git`.
1919
3. Run with `cargo run --release`
2020

21-
# HOW TO USE
21+
## HOW TO USE
2222

2323
You can run the source code via
2424
`cargo run --bin rustword_manager --release`
@@ -46,7 +46,7 @@ Press up-arrow or down-arrow to move through a currently selected entry.
4646
Press C to copy an entry to your clipboard.
4747
Press ENTER twice while hovering over the "Delete Entry" button to delete the currently selected entry.
4848

49-
# SECURITY IMPLEMENTATIONS
49+
## SECURITY IMPLEMENTATIONS
5050

5151
The database is encrypted while on the hard-drive. The decryption key is passed to SQLCipher via key-derivation using Argon2 and a salt-value generated from SQLCipher. SQLCipher decryptes the database with its own derived key from the input using PBKDF2.
5252
During runtime, all entries are encrypted using AES-256-GCM until they are used. We use the key derived from Argon2.

0 commit comments

Comments
 (0)