How does Circularo ensure secure and valid transactions?
Circularo employs several security measures:
Encryption: All data at rest is encrypted using AES-256 encryption, and all data in transit is secured with a TLS layer, ensuring that information is protected during storage and transmission
Audit Trails: Circularo generates detailed audit trails for each signed document. This includes verifying the user's intent to sign, linking each e-signature to the original signatory, and maintaining comprehensive logs of all actions performed within the system. This process ensures document authenticity and compliance with legal standards, such as the ESIGN Act
SSL Certificates: The platform employs dedicated SSL certificates to encrypt all client-server communications, guaranteeing that data is never sent in an unencrypted format
Role-Based Access Control: Circularo supports role-based access control, which limits access to system functionalities based on user roles, ensuring that only authorized individuals can perform certain actions
Password Security: Passwords are never stored in plaintext but are hashed using BCrypt, with the resulting hash being stored. This ensures that even if unauthorized access to the database occurs, the actual passwords remain secure.
These measures collectively contribute to the security and validity of transactions within the Circularo platform.