# stringcryptjs

> THIS IS PACKAGE TO HASH AND UNHASH YOUR PASSWORDS OR ANY SECRET, IMPORTANT INFORMATION.

Latest version **1.0.5** (published 2021-08-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install stringcryptjs
pnpm add stringcryptjs
yarn add stringcryptjs
bun add stringcryptjs
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2021-08-26 |
| First published | 2021-08-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | bhxshxn |
| Maintainers | bhxshxn |
| Keywords | hashing, password, authentication, key |

## Links

- npm: https://www.npmjs.com/package/stringcryptjs
- Repository: https://github.com/bhxshxn/Crypt
- Homepage: https://github.com/bhxshxn/Crypt#readme
- Issues: https://github.com/bhxshxn/Crypt/issues
- npm.io page: https://npm.io/package/stringcryptjs

## Dependencies (1)

- [crypto-js](https://npm.io/package/crypto-js.md) ^4.1.1

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 1.0.5 (latest) — 2021-08-26
- 1.0.4 — 2021-08-26
- 1.0.3 — 2021-08-26
- 1.0.2 — 2021-08-26

## README

# what is it?

THIS IS PACKAGE TO HASH AND UNHASH YOUR PASSWORDS OR ANY SECRET, IMPORTANT Strings.

# Installation 

`npm install stringcryptjs`

# Examples
```
to generate hash
const crypt = require('stringcryptjs')
const hash = crypt.hash('plainText','secretkey')

to dehash
const crypt = require('stringcryptjs')
const dehash = crypt.deHash(hash,'secretkey')
```

---
_Source: https://npm.io/package/stringcryptjs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
