-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
35 lines (22 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
getpass
=======
I CAN'T GUARANTEE ANY ABILITY TO WORK IN ANY OS EXCEPT LINUX
This utility lets you create good-spelled passwords:
Firstly, you need to make a project by invoking make command:
$ make
Just to start generator you've to invoke ./get_pass in such a way:
$ ./gen_pass <statistics_file>
or
$ gen_pass <statistics_file>
if you have it already installed by
$ sudo make install
command
Then you'll have to write number of symbols you want to have in your password
The example of statistics file can be found in lotr_stat file in examples directory.
But if you want to create your own you've to add here some big source of text (for example, in examples directory you can find Tolkien's first part of trilogy "The Lord of The Rings"), that will be analyzed after you invoke it like this:
$ ./text_analysis <your text file> > <output file>
or
$ text_analysis
if you have it already installed
In output file you'll get some file you can you then in gen_pass
For any explanations or bug reports, write here: dmitry.a.ginzburg@gmail.com