You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/facily-tech/go-core/cryptography

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/facily-tech/go-core/cryptography

v0.1.0
Source
Go
Version published
Created
Source

Cryptography

Cryptography is a symmetric key cryptography library. This type of encryption uses the same key to encrypt and also to decrypt messages.

To create a new encryption it is necessary to pass the key and the unique number (nonce) as a parameter.

key required 16 digits,

nonce required 12 digits.

Installation

go get github.com/facily-tech/go-core/cryptography

FAQs

Package last updated on 07 Jan 2022

Did you know?

Socket

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