From ad797c4a90bf4de4cc3334c62ba09ac65444be2c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 21 Feb 2025 13:47:46 +0300 Subject: [PATCH] Move to cmenctool --- README | 2 +- zeasypki | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1ef4531..c514ebb 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ to change path-variable setting, that points to GoGOST'es built utilities. * Optionally encrypt them (that also can be done with EE keypairs too): $ zeasypki encrypt ca/eddsa/eddsa-root.com - [age is invoked here] + [cmenctool is invoked here] $ print ca/eddsa/eddsa-root.com/* cer.pem key.pem.enc diff --git a/zeasypki b/zeasypki index 662a189..f30b7e0 100755 --- a/zeasypki +++ b/zeasypki @@ -13,11 +13,11 @@ path=( ) key_encrypt() { - age -R ~/.age/general.pub + cmenctool 4<~/.cm/general.pub } key_decrypt() { - age -d -i ~/.age/general.age + cmenctool -d 8<~/.cm/general.prv } # ------------------------ >8 ------------------------ -- 2.48.1