Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokol committed Mar 1, 2024
1 parent 1645e28 commit 8d6b3f3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Keygen.fi

https://keygen.fi

## Description

I wanted a passphrase-generator with Finnish words, but there was no such product available. I also wanted something that can be accessed from the web and does all magic in client-side, so that nothing leaks to someone elses computer (cloud).

Alphabet is read from `src/wordlist.rs`. Feel free to fork the project and update this file to make your own password generator with customized wordlist.

## Development

```
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
rustup target add wasm32-unknown-unknown
cargo install --locked trunk
trunk build
```

After building, open `/dist/index.html` in browser

## Credits

* Inspiration for generating randomness: https://github.com/TuningSweeper/keygen
* https://github.com/tanelikaivola
* https://github.com/Zokol

0 comments on commit 8d6b3f3

Please sign in to comment.