crypto-ext
crypto-ext is a set of functionality providing easy and intuitive abstractions to encrypt, decrypt, sign and verify your data
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 (10.7%) to scientific vocabulary
Keywords
Repository
crypto-ext is a set of functionality providing easy and intuitive abstractions to encrypt, decrypt, sign and verify your data
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 4
Topics
Metadata Files
README.md
Welcome to crypto-ext!
Hi, crypto-ext is a set of functionality providing easy and intuitive abstractions to encrypt, decrypt, sign and verify your data.
Features
- Asymmetric cryptography via RSA
- Symmetric cryptography via AES
- Digital signature via ECDSA
- Passphrase
Configuration
To run tests locally you need to create folders test/encryptionparameters_ and test/signatureparameters_ in project root folder.
Demo
Tests are available in the repository.
Documentation
Public functions definitions and usage can be found at docs.rs.
Crate
Build
If you want to build crypto-ext on your own, make sure you have Rust installed.
$ cargo build
Test
If you want to test crypto-ext.
$ cargo test
Examples
From documentation:
- Asymmetric encryption using public and private keys.
- Symmetric encryption using shared key and nonce.
- Electronic signature and verification.
- Generating random passphrase.
Community
Use GitHub discussions, issues and pull requests.
There is Rust Web Server Discord where you can ask questions and share ideas.
Follow the Rust code of conduct.
Donations
If you appreciate my work and want to support it, feel free to do it via PayPal.
Links
Owner
- Name: Bohdan Tsap
- Login: bohdaq
- Kind: user
- Twitter: R3D04195791
- Repositories: 74
- Profile: https://github.com/bohdaq
Citation (CITATION.cff)
cff-version: 0.0.1
message: "If you use this software, please cite it as below."
authors:
- family-names: Tsap
given-names: Bohdan
orcid: https://orcid.org/0000-0002-5221-5607
email: bohdan.tsap@tutanota.com
title: "crypto-ext"
version: 10.0.0
doi: 10.5281/zenodo.7764041
date-released: 2023-03-23
url: "https://github.com/bohdaq/crypto-ext"
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Bohdan Tsap | b****p@t****m | 131 |
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:
- cargo 4,094 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
crates.io: crypto-ext
Set of cryptographic functions to encrypt, decrypt, sign, verify data
- Homepage: https://github.com/bohdaq/crypto-ext
- Documentation: https://docs.rs/crypto-ext/
- License: MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0
-
Latest release: 9.0.0
published about 3 years ago