start cli app

This commit is contained in:
2022-03-19 20:41:35 -03:00
parent 5113aef8c2
commit b3418d48de
6 changed files with 112 additions and 33 deletions

View File

@@ -1,15 +1,11 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#Imports
import os
from Crypto.PublicKey import RSA
from Crypto.Cipher import PKCS1_OAEP
import ast
#Constants
#Variables
#functions and clsses
#functions and classes
def encrypt(password, keyfile=None):
if keyfile is None: