Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
keepass
v0.4.0
Keepass
Database
Entry
Error
CipherNotSupported
CompressionNotSupported
CorruptedData
DecryptionFailed
FormatNotSupported
Generic
InnerEncryptionNotSupported
MalformedKeyFile
MissingHeader
NotKdb
Parsing
Group
Parser
Block
Cipher
Compression
InnerEncryption
Sodium
Salsa20
Built with Crystal 1.9.2
2023-10-08 13:40:56 UTC
struct
Keepass::Database
Keepass::Database
Struct
Value
Object
Defined in:
keepass/database.cr
Constructors
.new
(version : String)
Instance Method Summary
#groups
: Array(Group)
#groups=
(groups : Array(Group))
#version
: String
#version=
(version : String)
Constructor Detail
def self.
new
(version : String)
#
[
View source
]
Instance Method Detail
def
groups
: Array(
Group
)
#
[
View source
]
def
groups=
(groups : Array(
Group
))
#
[
View source
]
def
version
: String
#
[
View source
]
def
version=
(version : String)
#
[
View source
]