Skip to content

Security

Akram El Assas edited this page Aug 18, 2025 · 2 revisions

Overview

Servy securely encrypts stored passwords using AES encryption.

The AES encryption key and initialization vector (IV) are themselves protected with Windows DPAPI, ensuring that only the local system can decrypt and use them.

File Locations

The AES key and IV are stored in the following files:

## AES Key
C:\ProgramData\Servy\security\aes_key.dat

## AES IV
C:\ProgramData\Servy\security\aes_iv.dat

Changing Keys

You can replace the AES key and IV by modifying the files above.

Changing either file will make all previously encrypted passwords impossible to decrypt. Do this only if:

  • You are setting up a new system
  • You have a migration plan to re-enter or re-encrypt credentials

Best Practices

  • Backup first: Always keep a secure backup of the existing key/IV before making changes.
  • Restart required: Restart Servy App after modifying these files.
  • Restrict access: Ensure the security folder has restricted permissions so only trusted administrators can access it.
Clone this wiki locally