start implementing crypto handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user