Files
smartsecret/ts/00_commitinfo_data.ts
Juergen Kunz 7a19f01def feat(core): initial release with 3-tier secret storage
Implements SmartSecret with macOS Keychain, Linux secret-tool, and AES-256-GCM encrypted file fallback backends. Zero runtime dependencies.
2026-02-24 15:40:14 +00:00

9 lines
238 B
TypeScript

/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartsecret',
version: '1.0.0',
description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.',
};