Commit 26ac59be authored by Peter Jensen's avatar Peter Jensen

minor format changes

parent d1fd9490
...@@ -98,13 +98,13 @@ for more: https://nodejs.org/api/crypto.html#crypto_crypto_createdecipheriv_algo ...@@ -98,13 +98,13 @@ for more: https://nodejs.org/api/crypto.html#crypto_crypto_createdecipheriv_algo
- ```entries```: is object of all password entries encrypted second time - ```entries```: is object of all password entries encrypted second time
```javascript ```javascript
{ {
"title": "http://wwww.github.com "title": "http://wwww.github.com",
"username": "Satoshi Nakamoto" "username": "Satoshi Nakamoto",
"nonce": "8688105887642a3cbb61889d8762432ef864df107e097d2b19e93c8d808c2e21" "nonce": "8688105887642a3cbb61889d8762432ef864df107e097d2b19e93c8d808c2e21",
"note": "public note" "note": "public note",
"password": Object "password": {},
"safe_note": Object "safe_note": {},
"tags": Array[1] "tags": [1]
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment