Free AI-Assisted
Sample Pseudonymization Tool
Convert sample names into short pseudonym IDs with encrypted local vault storage, CSV de-identification, and IRB audit logs. Built-in AI agent assistant support.
Need help with bioinfo analysis? See our bioinformatics services.
Key facts
| Fact | Value |
|---|---|
| Primary function | Client-side sample pseudonymization & CSV de-identification |
| ID formats | 6 or 8 Crockford Base32 chars; optional prefix; optional study salt |
| De-identification modes | Reversible (AES-256-GCM local vault) or Irreversible (HMAC-SHA256 hash) |
| Encryption spec | AES-256-GCM, PBKDF2 key derivation (100k iterations), browser localStorage |
| Data privacy | Zero server upload; 100% local browser execution verified in DevTools |
| Metadata handling | CSV column mapper preserves all non-identifier metadata columns intact |
| Storage & Export | 500 entry vault limit; de-identified CSV, master key CSV, .vault backup, IRB audit log |
| AI assistant | Built-in; helps configure ID schema, parse CSV columns, and interpret audit logs |
What it does
Labs often store subject and sample keys in unencrypted spreadsheets, risking compliance breaches if shared. Hand-rolled ID schemes cause cross-project collisions, and hospital pseudonymization tools require IT infrastructure that academic labs lack.
Sample ID Vault removes regulatory risks by pseudonymizing sample names locally inside your browser. On the Generate tab, paste names or upload a CSV. The interactive column mapper isolates identifier columns while preserving clinical and experimental metadata. You choose 6- or 8-character Crockford Base32 IDs, an optional prefix like PAT-, and an optional study salt for multi-center synchronization. Reversible mode encrypts mappings with AES-256-GCM (PBKDF2, 100k iterations), while irreversible mode applies a one-way HMAC-SHA256 hash.
The Lookup tab decrypts individual IDs or batch CSVs using your session password. The Vault tab features a searchable audit table, row deletion, password-encrypted .vault backup files, and one-click IRB compliance audit logs that verify execution metadata without exposing raw sample names.
Why researchers use it
- Eliminate unencrypted master key spreadsheets vulnerable to accidental data leaks
- Protect patient privacy using zero-upload local AES-256 browser encryption
- Synchronize deterministic pseudonyms across multi-site teams using shared study salts
- Retain non-identifier clinical metadata columns when exporting de-identified CSV files
- Generate audit-ready IRB compliance logs with cryptographic verification checksums
- Restore encrypted vault backups across devices without IT department assistance
Best for
- Preparing patient cohort datasets for external CRO or core facility analysis
- Separating participant identifiers from genomic or phenotypic data before repository submission
- Managing biobank sample aliquots with short, human-readable, unambiguous alphanumeric IDs
- Collaborating on multi-center clinical studies that require identical pseudonyms without central servers
- Generating password-encrypted local key archives for IRB protocol compliance reviews
When to use this vs alternatives
Choose Sample ID Vault when you need lightweight, local sample pseudonymization with CSV metadata retention and IRB audit exports without LIMS or hospital IT. If your lab requires longitudinal clinical data capture, multi-user role-based permissions, or integrated electronic data capture, REDCap or OpenSpecimen is a better fit. For formatting clean gene tables before de-identification, use Safe Table Bio.
What makes it different
Unlike unprotected spreadsheets that risk HIPAA or GDPR violations or complex platforms like REDCap that demand server hosting and IT administration, Sample ID Vault delivers instant, zero-trust browser pseudonymization with built-in AES-256 encryption, CSV column preservation, and cryptographic IRB audit logging.
Researchers switch to Sample ID Vault because traditional workflows force a trade-off between security risks and software complexity. Generic ID utilities lack encrypted storage or compliance exports, while hospital pseudonymization suites require weeks of IT onboarding. Sample ID Vault combines zero-cloud privacy with instant, audit-ready pseudonymization.
How to get started
- Open the workspace; the Generate tab opens by default.
- Click Load example to test five sample names, or paste your sample list into the text area.
- Configure your ID format (6 or 8 chars), optional prefix (e.g. PAT-), and optional study salt.
- Select Reversible mode, enter a session password, and click Generate IDs.
- Copy the pseudonym table, download Key CSV for master records, or export De-identified CSV.
- Use the Lookup tab with your password to re-link IDs later, or visit Vault to export a .vault backup and IRB log.
Frequently asked questions
Are my patient or sample names uploaded to any cloud server?
What is the difference between reversible and irreversible pseudonymization?
How do multi-center research teams generate identical IDs offline?
What metadata is included in the IRB compliance audit log?
What happens if I clear my browser cache or switch devices?
Can I use an AI agent with Sample ID Vault?
Client source code & registry
Last updated . Pepkio builds free lab calculators alongside bioinformatics CRO services.