Support data key #2

Open
opened 2024-09-03 01:11:32 +08:00 by hatter · 1 comment
Owner
  • /datakey - AES, RSA, ECC or HMAC
  • /datakey/encrypt - AES,RSA,ECC
  • /datakey/decrypt - AES,RSA,ECC
  • /datakey/sign - RSA, ECC
  • /datakey/verify - RSA, ECC
  • /datakey/macSign - HMAC
  • /datakey/macVerify - HMAC
* `/datakey` - AES, RSA, ECC or HMAC * `/datakey/encrypt` - AES,RSA,ECC * `/datakey/decrypt` - AES,RSA,ECC * `/datakey/sign` - RSA, ECC * `/datakey/verify` - RSA, ECC * `/datakey/macSign` - HMAC * `/datakey/macVerify` - HMAC
hatter added the Kind/Feature
Priority
Medium
labels 2024-09-03 01:11:32 +08:00
hatter self-assigned this 2024-09-03 01:11:32 +08:00
hatter added
Priority
Low
and removed
Priority
Medium
labels 2024-09-04 23:55:51 +08:00
Author
Owner

Generate data key:

xh POST http://127.0.0.1:5567/datakey \
     type=aes \
     spec=256 \
     exportable:=false \
     name=testkey01 \
     comment='this is a test key 01'
Generate data key: ```shell xh POST http://127.0.0.1:5567/datakey \ type=aes \ spec=256 \ exportable:=false \ name=testkey01 \ comment='this is a test key 01' ```
Sign in to join this conversation.