]> Nutra Git (v2) - gamesguru/ffpass.git/commit
v0.5.1: Import & export for AES. Config files.
authorShane Jaroch <chown_tee@proton.me>
Thu, 25 Dec 2025 19:27:03 +0000 (14:27 -0500)
committerShane Jaroch <chown_tee@proton.me>
Thu, 25 Dec 2025 22:08:02 +0000 (17:08 -0500)
commitd8bc6edcfb06235142dc1f25d922d00b7dab9520
treefe337b0a52d245e761f1c5a6f553b626e202df72
parentb6efa114ca04ede0822eaf9800f0e19a805d388d
v0.5.1: Import & export for AES. Config files.

    tests: Avoid modifying .json files, use temp storage.

    tests: Add test for AES export.

    Add import logic for AES.

    [wip] tests: Add tests for import logic (AES & 3DES).

    Add argcomplete (optional end-user add-on).
.envrc [new file with mode: 0644]
Makefile
ffpass/__init__.py
requirements-dev.txt [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.py
tests/firefox-146-aes/key4.db [new file with mode: 0644]
tests/firefox-146-aes/logins.json [new file with mode: 0644]
tests/test_run.py