Skip to content

coconut-pm/coconut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coconut

Coconut is a password manager built using ipfs.

Entry format

Decrypted entry

{
  service: <string>,
  username: <string>,
  password: <string>,
  url: <string>,
  notes: <string>
}

Encrypted entry

{
  nonce: <string>,
  ciphertext: <dyomh>,
}

About

A password manager on ipfs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published