feat: v0.3.6, add generate aes(128,192,256 bit) datakey
This commit is contained in:
@@ -67,6 +67,13 @@ curl -X POST http://127.0.0.1:5567/read \
|
||||
-d '{"name":"test"}'
|
||||
```
|
||||
|
||||
Generate data key:
|
||||
```shell
|
||||
curl -X POST http://127.0.0.1:5567/datakey \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"key_type":"aes", "key_spec":"256", "return_plaintext": true}'
|
||||
```
|
||||
|
||||
Upgrade to v3.2
|
||||
```sql
|
||||
ALTER TABLE keys ADD COLUMN comment TEXT;
|
||||
|
||||
Reference in New Issue
Block a user