Skip to content

Rustの入門のために作成するパスワードジェネレータ

Notifications You must be signed in to change notification settings

shuto-facengineer/password_generator_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

パスワードジェネレータ

Rust入門用のリポジトリ。Rustの文法やできること・できないことを色々試しながら模索できる場所として作成。

Make

# default: length=12 algorithm=simple
# algorithm => simple・numeric
make run length=10 algorithm=simple

アルゴリズム

Simple

大文字・小文字のアルファベットと数字、その他記号からなるランダムな文字列を生成。

Numeric

数字のみのランダムな文字列を生成。

About

Rustの入門のために作成するパスワードジェネレータ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published