2.0.1 • Published 4 years ago

gocrypt v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

GoCrypt

by Library of Code sp-us | Faculty Marshals

yarn add gocrypt || npm install gocrypt

This module fetches bindings and executables from the Library of Code sp-us distribution center upon installation. The script will automatically determine your operating system and install related bindings.

GoCrypt is a package written in TypeScript for advanced crytography functions and utilities using native Node.js crypto functions & via Go bindings. GoCrypt's mission is to offer all the crypto-related functions and APIs any Node.js developer will need, we understand the difficulty of being able to do x509-related stuff natively. There's really no good libraries out there for making certificates or CSRs for example (@ every "x509" library out there that just spawns openssl), we want to change that.

Installation Requirements

  • Node 12.4.0 or higher is required for stable usage.
  • AMD_x64 CPU architecture.
  • Windows, Mac, or Linux operating systems.

Gotcha(s)

GoCrypt is using ES6, and TypeScript is gonna spit out some whack stuff when it compiles. If you're not using ES6 when you import GoCrypt all of the function libaries are going to be under a property called default. So if you're using require, then require GoCrypt like this:

const gocrypt = require('gocrypt').default;

Documentation

You can view documentation here.

Change Log

You can view the Change Log here.

Support Resources

You can contact Library of Code through the methods listed below, if you have an issue with the repository, feel free to join the Discord server to ask for help or open an issue on our repository.

This module includes TypeScript declaration files.

Repository | NPM | Support

Library of Code sp-us, Faculty Marshals marshals@staff.libraryofcode.org

1.8.1

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago