Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 459 Bytes

settings.rst

File metadata and controls

22 lines (14 loc) · 459 Bytes

Managing settings

Settings are stored as PasswordSetting objects.

py

password_setting

The PasswordSettingsManager saves and manages the PasswordSetting objects.

password_settings_manager

It uses a Packer to compress data for storage and a Crypter to encrypt it.

packer

crypter