🔐 Ant Colony Security Dashboard 🐜

Current Security Hash

{{ currentSecurityHash }}

Generated: {{ new Date(lastHashUpdate).toLocaleString() }}

Next update in: {{ Math.ceil((1000 - (Date.now() - lastHashUpdate) % 1000) / 1000) }}s

{{ totalHashesGenerated }}

Total Hashes

{{ activeSensors }}

Active Sensors

{{ cvNotesCount }}

CV Notes

{{ securityLevel }}

Security Level

{{ sensor.name }}

Activity: {{ sensor.activity.toFixed(1) }}%

Last Reading: {{ sensor.lastValue }}

{{ new Date(sensor.timestamp).toLocaleTimeString() }}

CV Feed Notes

{{ new Date(note.timestamp).toLocaleTimeString() }}
{{ note.content }}

Hash History

{{ new Date(hash.timestamp).toLocaleString() }}
{{ hash.value.substring(0, 32) }}...

🔒 Ant Colony Encryption

Encrypt File

Decrypt File

If provided, this hash will be used instead of timestamp-based lookup

How it works:

  1. Every second, a new encryption hash is generated based on the ant colony's activity
  2. Files are encrypted using the current hash when you click "Encrypt"
  3. To decrypt, you can either:
    • Auto-detect: Use files with timestamps in the filename
    • Manual hash: Paste the exact hash used for encryption
    • Timestamp lookup: Enter the encryption timestamp manually
  4. Hashes are stored for approximately 16 hours for automatic lookup
  5. Share both the encrypted file AND either the hash or timestamp for others to decrypt

Current Hash: Loading...

Updated: Loading...

🗂️ Encryption Records

No encryption records yet...