@li0ard/gost3413
Cipher modes and padding's according to GOST R 34.13-2015 in pure TypeScript
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Keywords
Repository
Cipher modes and padding's according to GOST R 34.13-2015 in pure TypeScript
Basic Info
- Host: GitHub
- Owner: li0ard
- License: mit
- Language: TypeScript
- Default Branch: main
- Homepage: https://li0ard.is-cool.dev/gost3413
- Size: 36.1 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 7
Topics
Metadata Files
README.md
@li0ard/gost3413
Cipher modes and padding's according to GOST R 34.13-2015 in pure TypeScript
docs
[!WARNING] This module contains only wrappers for encryption modes without reference to a specific cipher
Installation
```bash
from NPM
npm i @li0ard/gost3413
from JSR
bunx jsr i @li0ard/gost3413 ```
Supported modes
- [x] Electronic Codebook (ECB)
- [x] Cipher Block Chaining (CBC)
- [x] Cipher Feedback (CFB)
- [x] Counter (CTR)
- [x] Output Feedback (OFB)
- [x] MAC (CMAC/OMAC)
- [x] Counter with Advance Cryptographic Prolongation of Key Material (CTR-ACPKM)
- [x] MAC with Advance Cryptographic Prolongation of Key Material (OMAC-ACPKM)
- [x] Multilinear Galois Mode (MGM)
- [x] KExp15/KImp15
- [x] Padding method #1 (
Процедура 1/Procedure 1) - [x] Padding method #2 (
Процедура 2/Procedure 2/ISO/IEC 7816-4) - [x] Padding method #3 (
Процедура 3/Procedure 3)
Features
- Provides simple and modern API
- Most of the APIs are strictly typed
- Fully complies with GOST R 34.13-2015 (in Russian) standard
- Supports Bun, Node.js, Deno, Browsers
Owner
- Name: Artem Petrenko
- Login: li0ard
- Kind: user
- Location: Amsterdam
- Website: li0ard.github.io
- Repositories: 4
- Profile: https://github.com/li0ard
- CEO at @nextlng; Web admin at @tosvasq
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: '@li0ard/gost3413'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Nikolai
family-names: Konovalov
email: li0ard@li0ard.rest
affiliation: TheInfinityWay
orcid: 'https://orcid.org/0009-0008-6084-7154'
repository-code: 'https://github.com/li0ard/gost3413'
abstract: Cipher modes and padding's according to GOST R 34.13-2015 in pure TypeScript
keywords:
- gost
- crypto
license: MIT
GitHub Events
Total
- Release event: 3
- Push event: 7
- Create event: 3
Last Year
- Release event: 3
- Push event: 7
- Create event: 3
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lizard | l****d@p****e | 6 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- npm 145 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
- Total maintainers: 1
npmjs.org: @li0ard/gost3413
Cipher modes and padding's according to GOST R 34.13-2015 in pure TypeScript
- Homepage: https://github.com/li0ard/gost3413#readme
- License: MIT
-
Latest release: 0.1.6
published 7 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v4 composite
- actions/configure-pages v3 composite
- actions/deploy-pages v4 composite
- actions/upload-pages-artifact v3 composite
- oven-sh/setup-bun v2 composite
- actions/checkout v4 composite
- oven-sh/setup-bun v2 composite
- actions/checkout v4 composite
- oven-sh/setup-bun v2 composite
- @types/bun latest development
- typedoc ^0.28.7 development