Operating system requirements
FIPS-validated cryptography
Choose a version of Microsoft Windows or Apple macOS that provides FIPS 140-2 or FIPS 140-3 validated cryptography, then configure and use it according to the vendor’s security policy document. Both vendors publish their validations:Cipher negotiation
Make sure the cryptographic modules that the operating system provides negotiate only FIPS-validated ciphers. Windows gives you explicit controls for this. macOS does not. On macOS, Apple requests AES-GCM cipher negotiation at a higher priority than ciphers that are not FIPS-approved. Box Tools depends on that ordering, so confirm that every version of macOS you deploy behaves this way. Until Apple provides explicit controls, validate the behavior with a network capture each time you update the operating system.Encryption at rest
To meet encryption-at-rest requirements, enable full-disk encryption, such as BitLocker on Windows or FileVault on macOS. Box Tools relies on the operating system for this protection, because it does not encrypt content on the computer itself.Web browser
Box Tools receives file authorization and metadata from Box through the web browser, so every browser your users open Box in must meet your own compliance requirements.Box Tools version and updates
Install the most recent version of Box Tools. FedRAMP mode requires Box Tools 4.25 or later, but treat 4.25 as the minimum rather than the version to deploy, because later releases include newer security patches. Accept and install updates when Box Tools prompts you. Updates carry the security patches that keep Box Tools compliant.Enabling FedRAMP mode
- Windows
- macOS
A registry value controls FedRAMP mode. Set it per machine so that it covers everyone who uses the computer, or per user if you need to enable the mode selectively. Per machine is the recommended scope.
- In Registry Editor, go to the key that matches your scope and version:
- Per machine, Box Tools 4.30 or later (recommended):
HKEY_LOCAL_MACHINE\SOFTWARE\Box\Box Tools - Per machine, Box Tools 4.25 to 4.29:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Box\Box Tools - Per user, any version:
HKEY_CURRENT_USER\Software\Box\Box Tools
- Per machine, Box Tools 4.30 or later (recommended):
- Add a
DWORDvalue namedFedRampModeand set it to1. - Restart the computer.
FedRampMode value and restart the computer.