|
|
@ -3,7 +3,6 @@ try:
|
|
|
|
from tabulate import tabulate
|
|
|
|
from tabulate import tabulate
|
|
|
|
from pysqlcipher3 import dbapi2 as sc
|
|
|
|
from pysqlcipher3 import dbapi2 as sc
|
|
|
|
from pyotp import TOTP
|
|
|
|
from pyotp import TOTP
|
|
|
|
from time import time
|
|
|
|
|
|
|
|
from math import log2
|
|
|
|
from math import log2
|
|
|
|
from password_strength import PasswordStats
|
|
|
|
from password_strength import PasswordStats
|
|
|
|
from getpass import getpass as gp
|
|
|
|
from getpass import getpass as gp
|
|
|
@ -216,7 +215,7 @@ quit - quit the program
|
|
|
|
elif command == 'e':
|
|
|
|
elif command == 'e':
|
|
|
|
edit()
|
|
|
|
edit()
|
|
|
|
elif command == 'v':
|
|
|
|
elif command == 'v':
|
|
|
|
print("keyvault: v1.0.2")
|
|
|
|
print("keyvault: v1.0.3")
|
|
|
|
elif command == 'g':
|
|
|
|
elif command == 'g':
|
|
|
|
gen()
|
|
|
|
gen()
|
|
|
|
elif command == 's':
|
|
|
|
elif command == 's':
|
|
|
|