https://github.com/pyohei/fryptos
πSimple file name encrypt.π»
https://github.com/pyohei/fryptos
encrypt python27 python36
Last synced: about 1 year ago
JSON representation
πSimple file name encrypt.π»
- Host: GitHub
- URL: https://github.com/pyohei/fryptos
- Owner: pyohei
- Created: 2015-08-11T13:06:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T21:59:21.000Z (about 8 years ago)
- Last Synced: 2025-03-25T13:15:02.083Z (about 1 year ago)
- Topics: encrypt, python27, python36
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ABOUT
Fryptos is tool to encrypt file name.
With this tool, you can encrypt file name like below.
## EXAMPLE
The below example is conversion from `test/org` directory to `test/dst` directory.
BEFORE(original files)
```
test/org
βββ 1.txt
βββ 2.txt
βββ 3.txt
βββ 4.txt
βββ 5.txt
βββ 6.txt
```
after
```
test/dst/
βββ 9Nz7NL
β βββ nbeJSji
β βββ fxnuzeNt.txt
βββ MRTVqSV
β βββ 3kwDnV
β βββ tpQsRT
β βββ mGtqGw
β βββ WicyFt
β βββ NVomHofu.txt
βββ P_QS_
β βββ FWUk4j8
β βββ aQsRybvB.txt
βββ Q5Mm9e
β βββ VyV45
β βββ 4PXczX
β βββ a2I78gG.txt
βββ UywyET
β βββ MJEGyZ8q
β βββ -qk-2zF
β βββ wkViE5
β βββ 11MM1
β βββ R7NS2.txt
βββ w4JyrDpsX
βββ eKSw7zaKH
βββ N8_yY-L
βββ h-xXecKy_.txt
```
## INSTALL
You can install from pip.
```
pip install fryptos
```
## USAGE
After you prepare original file directory(`hoge/org`) and destination directory(`hoge/dst`), you use this program like below.
```
fryptos hoge/org hoge/dst
```
More detail usage can be seen from `-h/--help` option.
## MISC
This repository name is originated from the word of Kryptos which means encrypt in Greek.
Fryptos is my original word of file + Kryptos. from the word of
## LICENCE
* MIT