Add encrypt and decrypt function
This commit is contained in:
@@ -43,7 +43,7 @@ func main() {
|
||||
if err != nil {
|
||||
output.PrintError("Не удалось найти файл .env")
|
||||
}
|
||||
vault := account.NewVault(files.NewJsonDb("data.json"), *encrypter.NewEncrypter())
|
||||
vault := account.NewVault(files.NewJsonDb("data.vault"), *encrypter.NewEncrypter())
|
||||
counter := menuCounter()
|
||||
Menu:
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user