Skip to content

Initial Release

Compare
Choose a tag to compare
@edipermadi edipermadi released this 17 Oct 13:08
· 13 commits to master since this release

MVP of Blobfish container

Container Encoder

  • Blob encoder
  • Set blobfish container password
  • Set sender signing private key (for signing)
  • Set sender signing certificate (for verification)
  • Add recipient to container
  • Add blob to container
  • Blob tagging
  • Blob path identifier
  • Blob mimetype hint
  • Write to blobfish container

Container Decoder

  • Parse blob container
  • Get blob count
  • Get sender signing certificate
  • Get container creation date
  • Get blob metadata by-id or by-path with password or recipient private-key
  • Get blob payload by-id or by-path with password or recipient private-key
  • Get all tags with password or recipient private-key
  • List directory with password or recipient private-key
  • List blobs by tags with password or recipient private-key
  • Get all blobs as iterator with password or recipient private-key