Skip to content

Commit

Permalink
readmes^
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamontov committed Feb 9, 2025
1 parent 6269694 commit 9f660bf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Cross-platform tool for generating cryptographically secure passwords/tokens and

[CSPRNGs](https://rust-random.github.io/book/guide-rngs.html#cryptographically-secure-pseudo-random-number-generators-csprngs) Isaac64Rng and Hc128Rng are used.

![alt text](./passgen-cmd_demo.gif "passgen-cmd_demo.gif")

## Install
```bash
cargo install passgen-cmd
Expand Down Expand Up @@ -50,3 +52,13 @@ echo $(passgen-cmd 10 -n)":"$(passgen-cmd 35 -lLn)

## License
[MIT](https://choosealicense.com/licenses/mit/)


### Our other passgen projects:
[passgen-lib](https://github.com/mammothcoding/passgen-lib)

[passgen-desktop](https://github.com/mammothcoding/passgen-desktop)

[passgen-console-linuxwin](https://github.com/mammothcoding/passgen-console-linuxwin)

[passgen-telegram](https://github.com/mammothcoding/passgen-telegram)
11 changes: 11 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Readme на разных языках:

Используются [CSPRNGs](https://rust-random.github.io/book/guide-rngs.html#cryptographically-secure-pseudo-random-number-generators-csprngs) Isaac64Rng и Hc128Rng.

![alt text](./passgen-cmd_demo.gif "passgen-cmd_demo.gif")

## Устновка
```bash
cargo install passgen-cmd
Expand Down Expand Up @@ -50,3 +52,12 @@ echo $(passgen-cmd 10 -n)":"$(passgen-cmd 35 -lLn)

## Лицензия
[MIT](https://choosealicense.com/licenses/mit/)

### Другие проекты для генерации паролей
[passgen-lib](https://github.com/mammothcoding/passgen-lib)

[passgen-desktop](https://github.com/mammothcoding/passgen-desktop)

[passgen-console-linuxwin](https://github.com/mammothcoding/passgen-console-linuxwin)

[passgen-telegram](https://github.com/mammothcoding/passgen-telegram)
Binary file added passgen-cmd_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f660bf

Please sign in to comment.