Server
Vault
The ServerVault
class is used to
handle the cipher of the password data such tail, scopes and the password value. Each
user has his/her own AES key created during the signup request
Author
N7ghtm4r3 - Tecknobit
Properties
Link copied to clipboard
INVALID_PATHNAME_CHARACTER_REPLACER
character replacer from the invalid characters found by the
INVALID_PATHNAME_CHARACTERS_REGEX
Link copied to clipboard
INVALID_PATHNAME_CHARACTERS_REGEX
regex used to clear the pathname of the lock box from
invalid characters
Link copied to clipboard
vault
the
singleton instance of the vault
Link copied to clipboard
VAULT_FOLDER
the folder where
the vault store the keys
Link copied to clipboard
VAULT_PATHNAME
the path name
where are store the keys generated by the vault
Functions
Link copied to clipboard
Method used to compute the pathname of the
lock box of the user
Link copied to clipboard
Method used to create the user's private
key
Link copied to clipboard
private open fun decryptPassword(decipher: AESServerCipher, password: Password, bypassType: Boolean)
Method used to decrypt a password
Link copied to clipboard
Method used to decrypt a list of passwords
Link copied to clipboard
Method used to delete the private lock box
of the user
Link copied to clipboard
Method used to encrypt the password
Link copied to clipboard
Link copied to clipboard
Method used to get the related AESServerCipher
of the user
Link copied to clipboard
Method used to obtain the instance of the
vault
Link copied to clipboard
Method used to retrieve the user private
key
Link copied to clipboard
Method used to store the private key of the
user