Skip to content

Gaeduck-0908/Rot13Bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rot13Bruteforce

Python pip makes it easy to run rot13_bruteforce

PYPI : https://pypi.org/project/Rot13Bruteforce/

PiP install

pip install Rot13Bruteforce

Key Features

rot13_bruteforce(str) : return dict{}
print_rot13_results(str)

Example

import Rot13Bruteforce

result = Rot13Bruteforce.rot13_bruteforce('abcd')
Rot13Bruteforce.print_rot13_results(result)
[output]
0: abcd
1: bcde 
2: cdef 
3: defg 
4: efgh 
5: fghi 
6: ghij 
7: hijk 
8: ijkl 
9: jklm 
10: klmn
11: lmno
12: mnop
13: nopq
14: opqr
15: pqrs
16: qrst
17: rstu
18: stuv
19: tuvw
20: uvwx
21: vwxy
22: wxyz
23: xyza
24: yzab
25: zabc

ETC

For improvements, please call Full Requests

About

Python pip makes it easy to run rot13_bruteforce

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages