Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CryptoContainerToJson ¶
func CryptoContainerToJson(cryptoContainer CryptoContainer) ([]byte, error)
func PassEntriesToJson ¶
Types ¶
type CryptoContainer ¶
type CryptoContainer struct { Algorithm string `json:"algorithm"` Nonce string `json:"nonce"` KeySalt string `json:"keySalt"` EncryptedText string `json:"encryptedText"` }
func CryptoContainerFromJson ¶
func CryptoContainerFromJson(bytes []byte) (CryptoContainer, error)
func (CryptoContainer) ContainsData ¶
func (cryptoContainer CryptoContainer) ContainsData() bool
type PassEntry ¶
type PassEntry struct { Name string `json:"name"` Description string `json:"description"` Login string `json:"login"` RecoveryMail string `json:"recoveryMail"` LastUsage time.Time `json:"lastUsage"` CryptedPassword CryptoContainer `json:"cryptedPassword"` Bucket string `json:"bucket"` }
func PassEntriesFromJson ¶
func (PassEntry) ContainsData ¶
func (PassEntry) MatchesBucketPrefix ¶
func (PassEntry) MatchesFilter ¶
Click to show internal directories.
Click to hide internal directories.