Socket
Socket
Sign inDemoInstall

ts_crypt

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ts_crypt

A TypeScript implementation of the Unix crypt(3) call.


Version published
Maintainers
1
Install size
56.2 kB
Created

Readme

Source

TSCrypt

A TypeScript implementation of the Unix crypt(3) call.

This is a rewrite of the JavaScript port of the Java port of the original C source. It provides a crypt() function which will return a hash based on the input parameters.

The original source contains the following license: OpenSSL former SSLeay

"This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)"

The Java Port

The port to Java is known as jcrypt.java and can be found at: http://locutus.kingwoodcable.com/jfd/crypt.html

The JavaScript Port

The original JavaScript port can be found here: http://whereswalden.com/tech/internet/javacrypt/

The TypeScript Port by Michael Gärtner (mgaert@gmx.de)

The port for TypeScript simplifies the callable interface, and cleans up the code. There is now a static 'crypt' member that looks like and behaves the same as the C function of the same name.

The authors:

  • Eric Young (eay@cryptsoft.com) - the original code
  • John F. Dumas - jcrypt.java
  • Jeff Walden - javacrypt.js
  • Michael Gaertner - crypt3.ts

Keywords

FAQs

Last updated on 21 Dec 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc