1.2.3 • Published 1 year ago

cryptx-sdk v1.2.3

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
1 year ago

CryptX SDK

Overview of Modules

  • Hashing: Provides hashing algorithms such as 'sha1', 'sha256', 'sha512', and 'md5', along with HMAC ('sha1', 'sha256', 'sha512') support.

  • Key Derivation: Offers key derivation algorithms including 'pbkdf2' and 'argon2'.

  • OTP (One-Time Passwords): Supports generation of one-time passwords.

  • TOTP (Time-based One-Time Passwords): Provides functionality for generating time-based one-time passwords.

  • Embedding: Enables transformation of databases like PostgreSQL and other supported ones into vectorial databases.

  • Binary Comparison: Allows comparison of two Uint8Array instances and returns true if they are equal.

  • Deep Comparison: Provides a mechanism for comparing two Uint8Array instances using HMAC and returns true if they are equal.

  • Random Byte Generation: Generates random bytes.

  • Bit Rotation (rotl): Rotates bits to the left.

  • Random Value Generation: Generates random values.

  • Integer to Byte Array Conversion: Converts an integer to a byte array.

  • XBuffer: A polyfill for the Buffer class that works in both nodejs and browser contexts.

1.2.0

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.2

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago