Mi az a ZLockCore?
A ZLockCore fájlokat tárol titkosított .zlock konténerekben. A konténer megőrzi a fájlneveket, almappákat és fájltartalmakat, miközben a feloldott munkaterület egyszerűen használható.
Fő funkciók
Titkosított konténerek
AES-GCM titkosítás és Scrypt-alapú kulcsszármaztatás.
Jelszavas védelem
A jelszó a széf főkulcsának védelmére szolgál.
Recovery kód
Beállítás esetén a recovery kód segítségével visszaállítható a jelszó.
TOTP
Választható jelszó, jelszó vagy TOTP, illetve jelszó és TOTP együtt.
Támogatott TOTP-módok
- Csak jelszó
- Jelszó vagy időalapú kód
- Jelszó és időalapú kód együtt
A csak időalapú feloldás nem támogatott. A TOTP-titok az operációs rendszer kulcstartójában tárolódik.
Futtatás forrásból
python -m pip install -r requirements.txt python main.py
Build
python -m PyInstaller --clean --noconfirm --onedir --noconsole --noupx --icon=icon.ico main.py
Letöltés és dokumentáció
What is ZLockCore?
ZLockCore stores files in encrypted .zlock containers. Containers preserve file names, nested folders and file contents while providing a convenient unlocked workspace.
Main features
Encrypted containers
AES-GCM encryption with Scrypt-based key derivation.
Password protection
The password protects the vault master key.
Recovery code
When configured, the recovery code can be used to reset the password.
TOTP
Choose password, password or TOTP, or password and TOTP together.
Supported TOTP modes
- Password only
- Password or time-based code
- Password and time-based code together
Time-based-code-only unlocking is not supported. TOTP secrets are stored in the operating system keyring.
Run from source
python -m pip install -r requirements.txt python main.py
Build
python -m PyInstaller --clean --noconfirm --onedir --noconsole --noupx --icon=icon.ico main.py