constants

package
v0.0.0-...-66272f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Symbols    = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
	Digits     = "0123456789"
	Lowercases = "abcdefghijklmnopqrstuvwxyz"
	Uppercases = "ABCDEFGHIKLMNOPQRSTVXYZ"
)
View Source
const ArgonDigestSize uint32 = 64
View Source
const ArgonMemoryMB uint32 = 512 // the more the better, depending on your machine

Only used to reconstruct seed from master password and birthdate

View Source
const ArgonParallelism uint8 = 4
View Source
const ArgonTestRounds uint32 = 40
View Source
const ArgonTimeCost uint32 = 400
View Source
const DatabaseFilename = "database.sqlite"
View Source
const DefaultPasswordLength = 20
View Source
const DefaultTableToDump = "identifications"
View Source
const MasterPasswordBitsSafe = 22
View Source
const MasterPasswordBitsSafer = 45
View Source
const PassphraseArgonMemoryMB uint32 = 100

Argon2ID settings for the optional passphrase to encrypt the seed

View Source
const PassphraseArgonParallelism uint8 = 4
View Source
const PassphraseArgonTimeCost uint32 = 10
View Source
const PasswordDerivationVersion = 3
View Source
const SeedFilename = "seed.txt"

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL