Start working on attachment decryption

This commit is contained in:
aet
2021-07-11 18:01:34 -04:00
parent 845c9865de
commit 69fd89ad6b
4 changed files with 53 additions and 9 deletions

View File

@ -3,7 +3,7 @@
## Testing
```sh
wget -qO- https://cache.agilebits.com/security-kb/freddy-2013-12-04.tar.gz | tar xvz -
wget -qO- https://cache.agilebits.com/security-kb/freddy-2013-12-04.tar.gz | tar xvz
mv onepassword_data freddy-2013-12-04.opvault
pnpm run test
```