The cryptographic module is FIPS 140-2 validated. PowerArchiver delegates all cryptographic operations (AES, SHA, RSA, HMAC) to the Microsoft CryptoAPI Enhanced Cryptographic Provider, which holds the NIST CMVP certification. PowerArchiver-the-application doesn't implement its own crypto, so there's no separate validation needed for the app — the validation that matters (the crypto primitives) is held by Microsoft and inherited by every program using CryptoAPI in FIPS mode. This is the same pattern used by Windows Server, BitLocker, and most enterprise Windows software handling regulated data.