Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
therealOri authored Oct 30, 2022
1 parent 1f25cd8 commit 87eaa39
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions linux/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Notice
They new Keygen function being used called Scrypt relys on system resources. It is recomended to have at least 8GB of ram/memory when making a key.

I have not tested with like 4GB of ram/memory but a virtual machine with 2GB of ram will not work. If you have a system with 4GB or memmory/ram, please try it out and then get back to me in the [discussions](https://github.com/therealOri/PassGen/discussions/14) area.

# Links/Info
- [Scrypt](https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions/#scrypt)
- [More info on what Scrypt does](https://stackoverflow.com/a/30308723/1170681)
- [Scrypt paper](https://www.tarsnap.com/scrypt/scrypt.pdf)
__ __

<br />
<br />


# How to run if double clicking doesn't work.
- Open terminal and type ./passgen

Expand All @@ -14,16 +29,3 @@
# If all of the above fails, make an issue/report.
- https://github.com/therealOri/PassGen/issues


<br />
<br />

# Notice
They new Keygen function being used called Scrypt relys on system resources. It is recomended to have at least 8GB of ram/memory when making a key.

I have not tested with like 4GB of ram/memory but a virtual machine with 2GB of ram will not work. If you have a system with 4GB or memmory/ram, please try it out and then get back to me in the [discussions](https://github.com/therealOri/PassGen/discussions/14) area.

# Links/Info
- [Scrypt](https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions/#scrypt)
- [More info on what Scrypt does](https://stackoverflow.com/a/30308723/1170681)
- [Scrypt paper](https://www.tarsnap.com/scrypt/scrypt.pdf)

0 comments on commit 87eaa39

Please sign in to comment.