@hugoalh/nacl
An ECMAScript (JavaScript & TypeScript) module for NaCl / TweetNaCl high-security cryptographic library.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Keywords
Repository
An ECMAScript (JavaScript & TypeScript) module for NaCl / TweetNaCl high-security cryptographic library.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 2
Topics
Metadata Files
README.md
NaCl (ES)
An ECMAScript (JavaScript & TypeScript) module for NaCl / TweetNaCl high-security cryptographic library.
This is a modified edition of the NPM package tweetnacl which aim for:
- ECMAScript
- TypeScript first
🔰 Begin
🎯 Targets
| Targets | Remote | JSR | NPM | |:--|:-:|:-:|:-:| | Bun >= v1.1.0 | ❌ | ✔️ | ✔️ | | Deno >= v2.1.0 | ✔️ | ✔️ | ✔️ | | NodeJS >= v20.9.0 | ❌ | ✔️ | ✔️ |
[!NOTE] - It is possible to use this module in other methods/ways which not listed in here, however those methods/ways are not officially supported, and should beware maybe cause security issues.
#️⃣ Resources Identifier
- Remote - GitHub Raw:
https://raw.githubusercontent.com/hugoalh/nacl-es/{Tag}/mod.ts - JSR:
[jsr:]@hugoalh/nacl[@{Tag}] - NPM:
[npm:]@hugoalh/nacl[@{Tag}]
[!NOTE] - For usage of remote resources, it is recommended to import the entire module with the main path
mod.ts, however it is also able to import part of the module with sub path if available, but do not import if:
- it's path has an underscore prefix (e.g.:
_foo.ts,_util/bar.ts), or- it is a benchmark or test file (e.g.:
foo.bench.ts,foo.test.ts), or- it's symbol has an underscore prefix (e.g.:
_bar,_foo).These elements are not considered part of the public API, thus no stability is guaranteed for them. - For usage of JSR or NPM resources, it is recommended to import the entire module with the main entrypoint, however it is also able to import part of the module with sub entrypoint if available, please visit the file
jsr.jsoncpropertyexportsfor available sub entrypoints. - It is recommended to use this module with tag for immutability.
🛡️ Runtime Permissions
This module does not request any runtime permission.
🧩 APIs
ts function box(msg: Uint8Array, nonce: Uint8Array, publicKey: Uint8Array, secretKey: Uint8Array): Uint8Array;ts function boxBefore(publicKey: Uint8Array, secretKey: Uint8Array): Uint8Array;ts function boxKeyPair(): KeyPair;ts function boxKeyPairFromSecretKey(secretKey: Uint8Array): KeyPair;ts function boxOpen(msg: Uint8Array, nonce: Uint8Array, publicKey: Uint8Array, secretKey: Uint8Array): Uint8Array | null;ts function hash(msg: Uint8Array): Uint8Array;ts function scalarMult(n: Uint8Array, p: Uint8Array): Uint8Array;ts function scalarMultBase(n: Uint8Array): Uint8Array;ts function secretBox(msg: Uint8Array, nonce: Uint8Array, key: Uint8Array): Uint8Array;ts function secretBoxOpen(box: Uint8Array, nonce: Uint8Array, key: Uint8Array): Uint8Array | null;ts function sign(msg: Uint8Array, secretKey: Uint8Array): Uint8Array;ts function signDetached(msg: Uint8Array, secretKey: Uint8Array): Uint8Array;ts function signDetachedVerify(msg: Uint8Array, sig: Uint8Array, publicKey: Uint8Array): boolean;ts function signKeyPair(): KeyPair;ts function signKeyPairFromSecretKey(secretKey: Uint8Array): KeyPair;ts function signKeyPairFromSeed(seed: Uint8Array): KeyPair;ts function signOpen(signedMsg: Uint8Array, publicKey: Uint8Array): Uint8Array | null;ts function verify(x: Uint8Array, y: Uint8Array): boolean;ts interface KeyPair { publicKey: Uint8Array; secretKey: Uint8Array; }
[!NOTE] - For the full or prettier documentation, can visit via: - Deno CLI
deno doc- JSR
Owner
- Name: hugoalh
- Login: hugoalh
- Kind: user
- Location: Everywhere
- Company: @hugoalh-studio
- Twitter: hugoalhofficial
- Repositories: 12
- Profile: https://github.com/hugoalh
Lead of @hugoalh-studio; Full time software developer; Part time freelancer
Citation (CITATION.cff)
# yaml-language-server: $schema=https://citation-file-format.github.io/1.2.0/schema.json cff-version: "1.2.0" title: "NaCl (ES)" message: "If you use this software, please cite it using the metadata from this file." type: "software" authors: - name: "hugoalh" repository-code: "https://github.com/hugoalh/nacl-es" keywords: - "ecmascript" - "ecmascript-module" - "es" - "es-module" - "esm" - "esmodule" - "javascript" - "js" - "nacl" - "ts" - "typescript" license: "MIT"
GitHub Events
Total
- Release event: 1
- Watch event: 1
- Delete event: 2
- Push event: 5
- Pull request event: 2
- Create event: 3
Last Year
- Release event: 1
- Watch event: 1
- Delete event: 2
- Push event: 5
- Pull request event: 2
- Create event: 3
Packages
- Total packages: 1
-
Total downloads:
- npm 87 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
npmjs.org: @hugoalh/nacl
A module for NaCl / TweetNaCl high-security cryptographic library.
- Homepage: https://github.com/hugoalh/nacl-es#readme
- License: MIT
-
Latest release: 0.1.1
published 6 months ago
Rankings
Maintainers (1)
Dependencies
- hugoalh/send-discord-webhook-ghaction v7 composite
- actions/checkout v4 composite
- github/codeql-action/analyze v3 composite
- github/codeql-action/autobuild v3 composite
- github/codeql-action/init v3 composite
- actions/cache/restore v4 composite
- actions/cache/save v4 composite
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/setup-node v4 composite
- actions/upload-artifact v4 composite
- denoland/setup-deno v2 composite
- actions/cache/restore v4 composite
- actions/cache/save v4 composite
- actions/checkout v4 composite
- denoland/setup-deno v2 composite
- actions/checkout v4 composite
- hugoalh/scan-virus-ghaction/clamav v0.20.1 composite
- EndBug/label-sync v2 composite
- actions/checkout v4 composite