cloak icon indicating copy to clipboard operation
cloak copied to clipboard

Serialized AES-GCM 256 encryption, decryption and key management in the browser & Node.js

Results 17 cloak issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.12 to 18.14.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.12&new-version=18.14.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies
javascript

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.2.6. Release notes Sourced from actions/cache's releases. v3.2.6 What's Changed Updated branch in Force deletion of caches by @​t-dedah in actions/cache#1108 Fix zstd not being...

dependencies
github_actions

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.4. Release notes Sourced from coverallsapp/github-action's releases. v1.2.4 No release notes provided. v1.2.3 No release notes provided. v1.2.2 Don't suppress filesystem errors when trying to...

dependencies
github_actions

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 15.0.0 to 17.4.4. Release notes Sourced from @​commitlint/config-conventional's releases. v17.4.4 17.4.4 (2023-02-17) Bug Fixes parse: allow setting fieldPattern in parserOpts (#3538) (ea23c65) New Contributors @​gilmoreorless made their...

dependencies
javascript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.5 For release notes, check out the release announcement. Downloads are available on: npm NuGet package Changes:...

dependencies
javascript

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1.4.4 to 3.6.0. Release notes Sourced from actions/setup-node's releases. Add Support for Nightly, Canary and RC builds for Node.js In scope of this release we added support...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @​cory-miller in actions/checkout#1045 Add in explicit...

dependencies
github_actions

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies
javascript

Example: ``` ❯ node -v v16.18.0 ❯ npm install -g @47ng/cloak ❯ cloak generate Key: k1.aesgcm256.xDQ816copHeT8jWCNGHinlashyfB5hOXR8wcvXbReeM= Fingerprint: d5fff283 # Generated new empty keychain: export CLOAK_MASTER_KEY=k1.aesgcm256.xDQ816copHeT8jWCNGHinlashyfB5hOXR8wcvXbReeM= export CLOAK_KEYCHAIN=v1.aesgcm256.d5fff283.RJPDSOWSrJubssj7.CHTk4XNSpHFKMISv3_hwdMev ❯ echo 'test'...