opichon/pcrypt
pcrypt is a small PHP/Laravel package that helps you encrypt and decrypt values using password-based cryptography. Useful for securely storing sensitive strings, generating encrypted payloads, and adding an extra layer of protection beyond plain hashing.
bcrypt).openssl_encrypt or libraries like RNCryptor).For Executives: "pcrypt lets us encrypt sensitive data in our Laravel apps without relying on third-party services, reducing costs and vendor lock-in. It’s ideal for [specific use case, e.g., ‘protecting customer health records’ or ‘securing API transactions’] while keeping our stack lightweight. The trade-off? We’ll need to manage encryption keys ourselves—but this aligns with our [compliance goal, e.g., ‘GDPR readiness’] and avoids the complexity of proprietary tools."
For Engineering: *"This package provides a simple, Laravel-friendly wrapper for deterministic encryption (AES-256-CBC) with optional HMAC for integrity. Key benefits:
encryption service] for key management."*For Security Teams: *"pcrypt offers basic cryptographic primitives but lacks:
How can I help you explore Laravel packages today?