# Functions

AddAccount add new account to the db.
ConfirmPrompt will prompt to user for yes or no.
Copy to clipboard function for Linux, Windows, MacOS.
Copy to clipboard function for Linux, Windows, MacOS.
Decrypt returns decrypted data and errors.
Encrypt returns encrypted data and errors.
GenerateID generates a random ID.
GenTips generates random tips.
GetConfigFile returns the config file path.
GetHOTPToken returns the HOTP token.
GetTOTPToken returns the TOTP token.
IsBase32 checks if a string is a valid base32 string.
PanicIf error is not nil.
ReadAccounts decrypt all accounts.
RemoveAccount remove account from the db.
SaveAccounts save all accounts.
VerifyKey verify the password.