![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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
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
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.