Frequently Asked Questions

Everything you need to know about Vanisec

What is Vanisec?

Vanisec is a free, open-source one-time secret sharing tool. You paste sensitive information — passwords, API keys, tokens, private notes — and get back a secure link that works exactly once. After the recipient opens it, the secret is permanently deleted.

Is Vanisec free to use?

Yes, completely. No account required, no credit card, no usage limits. Vanisec is free for personal and commercial use.

How secure is Vanisec?

Secrets are encrypted before being stored in Redis, transmitted over HTTPS, and can only be viewed once. After viewing or expiration, they are permanently deleted with no way to recover them. You can also add a passphrase for an additional layer of protection.

Do I need to create an account?

No. There are no accounts, no sign-ups, no email addresses required. Just paste your secret and share the link.

What happens after my secret is viewed?

The moment someone opens the link, the secret is permanently deleted from our servers. The link becomes dead immediately — even if you try to open it again with the same URL, it will show that the secret no longer exists.

What if my secret expires before it's viewed?

If the secret expires before anyone opens it, it is automatically and permanently deleted. The link stops working and the secret cannot be recovered.

Can a secret be viewed more than once?

No. Each secret can only be viewed exactly one time. This is by design — it's what makes Vanisec useful for sharing sensitive information without risk of long-term exposure.

What expiration options are available?

You can set secrets to expire after 1 hour, 6 hours, 24 hours, 72 hours, or 7 days. Secrets are deleted automatically when the timer runs out, regardless of whether they were viewed.

Is the passphrase required?

No, it's optional. But for especially sensitive information, we recommend using a passphrase and sharing it via a separate channel from the link itself.

Do you store my secrets?

Secrets are temporarily held in Redis until they are viewed or expire. We never write them to application logs, databases, or any persistent storage. Once deleted, they're gone permanently.

Can I use Vanisec commercially?

Yes. Vanisec is free for both personal and commercial use with no restrictions.

Is Vanisec open source?

Yes. The full source code is available on GitHub. You can read it, contribute to it, or deploy your own instance if you prefer to self-host.

Still have questions?

Can't find what you're looking for? Open an issue on GitHub or reach out.

Contact Us