Skip to content

Commit

Permalink
fixed Encrytion and Decryption Flow image src
Browse files Browse the repository at this point in the history
  • Loading branch information
nimone authored Apr 18, 2021
1 parent e2ef6b9 commit cfdad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A secure and simple password manager written in go.
It stores your credentials using a local database on the device itself with a secure AES-256 encryption that can only be accessed using the master password that you set.

![Encrytion and Decryption Flow](/encryptDecryptFlow.png)
![Encrytion and Decryption Flow](https://github.com/nimone/Go-Password-Manager/blob/main/encryptDecrpytFlow.png)

> Note: If you're going to use it. DO NOT run it with `go run .` since it creates the executable binary as well as the sqlite database somewhere in `\tmp`
ALWAYS USE A COMPILED VERSION OR RISK LOSING THE DATABASE FILE ON EVERY RUN.

0 comments on commit cfdad9c

Please sign in to comment.