Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
sharedid.encrypt
Advanced tools
SharedID.org Encrypt
npm install --save sharedid.encrypt
After including the source code, call the function as follows:
<script src="./sharedid.encrypt.min.js"></script>
<script>
sharedIDEncrypt("sharedid-value", "http://localhost:9000/sharedid.pub");
sharedIDEncrypt("sharedid-value");
sharedIDEncrypt().then(signal => console.log(signal));
/script>
Please don't copy/paste this example as its calling it 3 different times to show you the possible options. Choose the one that best fits your needs and read the API docs below to help further decide based on the parameters of the function.
Returns a Promise
with an encrypted string.
Type: String
A UID string that will be encrypted and stored as a string. If one is not passed in, an UUID (version 4) will be created for you.
Type: String
The URL location to the public RSA key for encrypting. If one is not provided, it will default the Shared ID RSA key.
We use SemVer for its versioning providing us an opt-in approach to releases. This means we add a version number according to the spec, as you see below. So rather than force developers to consume the latest and greatest, they can choose which version to consume and test any newer ones before upgrading. Please the read the spec as it goes into further detail.
Given a version number MAJOR.MINOR.PATCH, increment the:
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
©2021 Apache 2.0. See LICENSE for specifics.
FAQs
Shared ID Encrypt
The npm package sharedid.encrypt receives a total of 1 weekly downloads. As such, sharedid.encrypt popularity was classified as not popular.
We found that sharedid.encrypt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.