Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Cryptr

Hierarchy

  • Cryptr

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Cryptr(secret: string): Cryptr

Properties

Private key

key: Buffer

Methods

decrypt

  • decrypt(value: string | Buffer): string

encrypt

  • encrypt(value: string): string

Generated using TypeDoc