start implementing crypto handling

This commit is contained in:
2024-08-03 23:13:22 +02:00
parent c3df238d5b
commit f4e568479e
4 changed files with 66 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ import (
logging "github.com/ipfs/go-log/v2"
"github.com/k4lipso/pentapass/storage"
"github.com/k4lipso/pentapass/crypto"
)
var (
@@ -32,6 +33,8 @@ var (
func main() {
crypto.Encrypt()
flag.Parse()
ctx := context.Background()
data := *dbPath