Gathering detailed insights and metrics for @teamteanpm2024/quos-aliquid-sunt
Gathering detailed insights and metrics for @teamteanpm2024/quos-aliquid-sunt
Gathering detailed insights and metrics for @teamteanpm2024/quos-aliquid-sunt
Gathering detailed insights and metrics for @teamteanpm2024/quos-aliquid-sunt
npm install @teamteanpm2024/quos-aliquid-sunt
Typescript
Module System
Node Version
NPM Version
54.2
Supply Chain
94.4
Quality
75.3
Maintenance
100
Vulnerability
100
License
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
41
The project was created by Yaron Koresh aharonkoresh1@gmail.com
This project supports ESM/CJS & the browser.
This project is licensed under the MIT open-source license.
Hashes passwords into a sequence of capital english characters.
Pad & encrypt your data with a password & a salt, while choosing the complexity factor to fit your needs.
Supports passwords/salts with emojis & other high level characters.
To install the npm package, run: npm i @teamteanpm2024/quos-aliquid-sunt
To use it inside the browser, add the following tag into the HTML head tag: <script src="https://unpkg.com/@teamteanpm2024/quos-aliquid-sunt@latest/dist/bundle.min.js"></script>
.
When using node & npm, import/require a module simply by the standard syntax. The npm package supports both of them.
When using the browser, exports of this project are available under a global object, called $@teamteanpm2024/quos-aliquid-sunt
.
Before asking general support questions, please make sure you are using the latest version.
When looking for support, please first search for your question in open or closed issues.
GitHub issues are a good way for tracking enhancements and bugs, but also for get some help.
Feel free to open new issues, using one of the available templates, or create an issue from scratch.
Purpose: Calculate a Shual hash.
Parameters:
Examples:
ShualHash("abcd","efg", 1, 13)
, which returns: "SHUAL/HASH/PKKMZCQTZWLYG/Rsl5".ShualHash("abcd","efg", 1, 40)
, which returns: "SHUAL/HASH/JZKQUDCEBTJHFAUIQTBZFHMDQEBZQBLCFJAISXOL/Rsl5".Purpose: Pad an input before encryption.
Parameters:
Examples:
Pad("abcd",7)
, which returns: "LUOabcd".Pad("abcd",9)
, which returns: "NMZBLabcd".Purpose: Unpad an output after decryption.
Parameters:
Examples:
Unpad("NMZBLabcd")
, which returns: "abcd".Purpose: Message encryption.
Parameters:
Examples:
ShualEncrypt("Pa$$word123*","a random text", "my message is... Hello World!")
, which returns: "SHUAL/CRYPT/9C2E9DE40F71575A3D10D7B9F5F635CD18633E22AF94E37B86CF589470/2bPtyE4LFaxg9wo4hA".ShualEncrypt("Pa$$word123*","a random text", "my message is... Hello World?")
, which returns: "SHUAL/CRYPT/81345C197E897BD8B96509DDA2A1393BFD45FAC7044358D8C820F60BBE/2bPtyE4LFaxg9wo4hA".Purpose: Message decryption.
Parameters:
Examples:
ShualDecrypt("Pa$$word123*","SHUAL/CRYPT/9C2E9DE40F71575A3D10D7B9F5F635CD18633E22AF94E37B86CF589470/2bPtyE4LFaxg9wo4hA")
, which returns: "my message is... Hello World!".No vulnerabilities found.
No security vulnerabilities found.