This is actually not the fiscal library, but only a tool to check the validity of the french fiscal archives.
This tool can be used to verify the signature of the French fiscal archives. It loads the data that are part of the signature from the ZIP archive and verifies the attached signature using the Mews public key.
Extract the ZIP file:
Navigate to the folder related to your OS (WindowsOS or MacOS):
WindowsOS
or MacOS
subfolder.For Windows, run Mews.Fiscalization.SignatureChecker.exe
For MacOS Open the terminal (CLI):
MacOS
folder.Run the following commands in the terminal:
xattr -dr com.apple.quarantine Mews.Fiscalization.SignatureChecker
./Mews.Fiscalization.SignatureChecker
Handling permission issues:
chmod +x Mews.Fiscalization.SignatureChecker
./Mews.Fiscalization.SignatureChecker
After finishing the steps above, run the following command to verify the signature of an archive zip file: 2025.zip --production
or 2025.zip --develop
path-to-archive
- Path to the ZIP archive that contains the signature and the data that are part of the signature.environment
- Environment for which the signature should be verified. Possible values are production
and develop
, if not provided, production
environment will be used.The tool will output the result of the signature verification. If the signature is valid, the tool will output Archive signature is valid.
. If the signature is invalid, the tool will output Archive signature is invalid.
.