mirror of
https://github.com/tcsenpai/hmacrypt.git
synced 2025-06-04 10:00:05 +00:00
Corrected misconfigurations (now hmacenv is ignored and added to the current directory; first run also cd in the right directory)
This commit is contained in:
parent
a914f17004
commit
8b2deee354
13
.gitignore
vendored
13
.gitignore
vendored
@ -2,7 +2,7 @@
|
||||
.keyfile
|
||||
test
|
||||
test_*
|
||||
hmaenv
|
||||
hmacenv
|
||||
__pycache__
|
||||
public_key.pem
|
||||
*.pem
|
||||
@ -10,15 +10,4 @@ decrypted.txt
|
||||
encrypted.txt
|
||||
*.enc
|
||||
*.dec
|
||||
x86_64*
|
||||
conda-meta
|
||||
compiler_compat
|
||||
include
|
||||
man
|
||||
share
|
||||
ssl
|
||||
cp.png
|
||||
*.part
|
||||
large_file_encryptor.py
|
||||
bin
|
||||
lib
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd bins || exit
|
||||
cd src/bins || exit
|
||||
./first_run
|
||||
|
2
install.sh
Normal file → Executable file
2
install.sh
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
conda env create -f environment.yml -p .
|
||||
conda env create -f environment.yml -p ./hmacenv
|
||||
|
Loading…
x
Reference in New Issue
Block a user