Bases: object
object
Create a new meta that is not in the keystore and assign a random nonce to it
Decrypt the keystore. The encrypted data should be in Keystore.data
key – Encryption key computed from utils.get_encryption_key()
Encrypt a decrypted keystore. The encrypted data will be at Keystore.data
Keystore
Keystore.__init__()
Keystore.data
Keystore.create()
Keystore.decrypt()
Keystore.encrypt()
novelai_api.ImagePreset
novelai_api.NovelAIError