mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
refactor(encrypt): rename post-encrypt to encrypt
- Rename package from @hugo-fixit/post-encrypt to @hugo-fixit/encrypt - Rename bin from post-encrypt to fixit-encrypt - Update all i18n translations (16 files) to use npx @hugo-fixit/encrypt - Update CI workflow, publish script, code comments, and docs - Rewrite README with performance benchmarks and other implementations
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
*
|
||||
* Payload formats:
|
||||
* - v2 (current): PBKDF2(SHA-256(password), 100k iterations) → base64(salt).base64(iv).base64(ciphertext+tag)
|
||||
* - Password verification: data-password stores PBKDF2(SHA-256(password), data-verify-salt) when post-encrypted
|
||||
* - Password verification: data-password stores PBKDF2(SHA-256(password), data-verify-salt) when fixit-encrypted
|
||||
*/
|
||||
import { eventBus } from '../core/event-bus'
|
||||
import { flashTooltip } from '../utils'
|
||||
|
||||
Reference in New Issue
Block a user