// credentials store

The credential store that is local only

Secrets are on your machine only, decrypted at runtime, and passed over secure channels.

How it works

  1. 1Add a credential entry (username + password, identified by FQDN)
  2. 2Copy the FQDN identifier with one click on the lock icon
  3. 3Paste the retrieval key into your PowerShell or Python script
  4. 4Credentials inject securely at execution time
retrieval syntax
# injected at runtime, never stored in the script
$user = SE-CredentialsStore.Username.(YOUR_CREDENTIAL_FQDN)
$pass = SE-CredentialsStore.Password.(YOUR_CREDENTIAL_FQDN)

Local encrypted storage

All credentials are stored locally with full encryption — nothing is sent to external servers or cloud services.

Runtime injection

Decryption happens only during execution; values are injected into the session and discarded afterwards.

Zero hardcoded credentials

Scripts stay safe for version control and auditing — no secrets in your repos, ever.

Runbook support

Credentials work across all runbook steps seamlessly — including steps that run after a reboot.

Ready when you are.

Remote Manager, Admin Console, and Script Editor are free for up to 25 devices — upgrade whenever automation should take over.