mirror of
https://github.com/tcsenpai/hmacrypt.git
synced 2025-06-02 17:10:06 +00:00
initial support (hidden) for large files
This commit is contained in:
parent
d1efe68ed0
commit
a914f17004
6
.gitignore
vendored
6
.gitignore
vendored
@ -11,7 +11,7 @@ encrypted.txt
|
||||
*.enc
|
||||
*.dec
|
||||
x86_64*
|
||||
conda_meta
|
||||
conda-meta
|
||||
compiler_compat
|
||||
include
|
||||
man
|
||||
@ -19,4 +19,6 @@ share
|
||||
ssl
|
||||
cp.png
|
||||
*.part
|
||||
large_file_encryptor.py
|
||||
large_file_encryptor.py
|
||||
bin
|
||||
lib
|
0
file_decryptor.py → file_decryptor
Normal file → Executable file
0
file_decryptor.py → file_decryptor
Normal file → Executable file
0
file_encryptor.py → file_encryptor
Normal file → Executable file
0
file_encryptor.py → file_encryptor
Normal file → Executable file
@ -1 +1,2 @@
|
||||
pycrypto
|
||||
ByteSplitter
|
||||
pycrypto
|
||||
|
2
string_decryptor.py → string_decryptor
Normal file → Executable file
2
string_decryptor.py → string_decryptor
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/bin/python
|
||||
|
||||
import src.hmacrypt as hmacrypt
|
||||
import sys
|
||||
import os
|
2
string_encryptor.py → string_encryptor
Normal file → Executable file
2
string_encryptor.py → string_encryptor
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/bin/python
|
||||
|
||||
import src.hmacrypt as hmacrypt
|
||||
import sys
|
||||
|
Loading…
x
Reference in New Issue
Block a user