Commit graph

8 commits

Author SHA1 Message Date
google-labs-jules[bot]
c1434a45ce feat: Port crypt library from Core
This commit ports the crypt library from the Core repository to the Enchantrix repository. It includes the following changes:

- The project is now a Go module.
- The `lthn` and `crypt` packages have been ported from the Core repository.
- The PGP functionality has been commented out pending resolution of dependency issues.
- The old Deno project has been moved to the `vault` directory.
- The README has been updated to reflect the new project structure.
2025-10-30 17:11:31 +00:00
Snider
b268768c36 Switching machines, ffmpeg + readable byte stream 2022-01-24 07:43:24 +00:00
Snider
243fb46fc3 42 2022-01-23 21:49:14 +00:00
Snider
346a11f490 fmt 2022-01-23 20:39:04 +00:00
Snider
35e2ad4e9e Clean up 2022-01-23 18:51:44 +00:00
00654de72e
Adds a ' ' > '' converstion; Fixed bug from writing the function on github.com in a markdown editor :) 2022-01-23 14:34:53 +00:00
fe331cc735
Reproducible salts from input without prior knowledge
const salt = new EnchantrixSaltQuasiEntropy('Snider').salty()
2022-01-23 14:24:05 +00:00
Snider
94b0fa9a34
Initial commit 2022-01-23 13:07:06 +00:00