top of page
BTC_Logo_LONG WHITE.png

Maya Secure User Setup Checksum Verification -

Even after setup is complete, Maya Secure periodically re-verifies critical checksums (e.g., during every authentication attempt or every 24 hours). This protects against delayed-action malware.

Regulatory frameworks require proof of data integrity. Implementing checksum verification provides an auditable trail that user setup data has not been altered since its creation. maya secure user setup checksum verification

Checksum drift can occur after setup due to unauthorized changes. Use the verification cron job: Even after setup is complete, Maya Secure periodically

maya secure verify runtime --user jdoe --manifest /etc/maya/manifests/user_manifest.sha256

Add to crontab for daily checks:

0 2 * * * /usr/bin/maya secure verify runtime --all-users --report /var/log/maya/daily_verify.log

Modern Maya systems store biometric hashes or public keys during enrollment. If an attacker gains temporary root access and alters these stored values, they could later impersonate the user. Periodic checksum verification—both at rest and during load—prevents silent corruption. Add to crontab for daily checks: 0 2

Without integrity verification, an attacker with temporary access could:

By generating and validating SHA-256 checksums of critical user assets before and after setup, Maya Secure guarantees that the deployed configuration matches the approved source.


bottom of page