From b5375821b7954c0afe4f40588baa127c3adaaab3 Mon Sep 17 00:00:00 2001 From: Louis Abraham Date: Sat, 10 Apr 2021 20:10:11 +0200 Subject: [PATCH] fix #62 --- ffpass/__init__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ffpass/__init__.py b/ffpass/__init__.py index e01bb2d..49a3d62 100644 --- a/ffpass/__init__.py +++ b/ffpass/__init__.py @@ -1,8 +1,13 @@ #!/usr/bin/env python3 + +# Reverse-engineering by Laurent Clevy (@lclevy) +# from https://github.com/lclevy/firepwd/blob/master/firepwd.py + """ The MIT License (MIT) Copyright (c) 2018 Louis Abraham - +Laurent Clevy (@lorenzo2472) +# from https://github.com/lclevy/firepwd/blob/master/firepwd.py \x1B[34m\033[F\033[F ffpass can import and export passwords from Firefox Quantum. -- 2.52.0