minor issues found

This commit is contained in:
Dmitry Zuikov 2023-02-16 08:47:57 +03:00
parent 4b4d858252
commit 0702f25125
1 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,26 @@
## 2023-02-16
FIXME: group-key-is-public
```
cat ./group1.key
# hbs2 groupkey file
# keep it private
```
group key is actually public. it contains
encrypted records
FIXME: group-key-new-brokes-on-empty-line
```
cat pub
3YpCdSGw7BdTVTpaWUMxF1DbWcTwAsH6ai3wRXfvCYx6
./bin/hbs2 groupkey-new ./pub
bad pubkeys file
```
## 2023-02-15 ## 2023-02-15