Documentation
¶
Index ¶
Constants ¶
View Source
const ( PageSize = 4096 SaltSize = 16 IVSize = 16 HmacSize = 64 IterCount = 256000 KeySize = 32 ReserveSize = IVSize + HmacSize // 16 + 64 = 80 bytes AESBlockSize = 16 SQLiteHeader = "SQLite format 3\x00" )
Variables ¶
This section is empty.
Functions ¶
func DecodeHexKey ¶
func GetFileSize ¶
func IsSQLiteHeader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.