util  Diff

Differences From Artifact [f52a921e08]:

To Artifact [5982f7fb3c]:


     8      8    4. encrypt(private key, password salt) [for pw verification]
     9      9    5. record *
    10     10   
    11     11   each record takes the form of
    12     12   
    13     13    1. account name length (1 byte)
    14     14    2. account name
    15         - 3. password length (4 bytes)
           15  + 3. password length (1 byte)
    16     16    4. password
    17     17   
    18     18   records are added simply by encrypting them with the public key and appending them to the end of the file. thus, adding a new password does not require the decryption password.