Socket
Socket
Sign inDemoInstall

@markssl/encoding

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @markssl/encoding

Encoding library for MarkSSL


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Usage

import Encoding from '@markssl/encoding'

API

base64ToHex(b64: string): string

Converts a base64 string to a hex string.

bufToBase64(u8: Uint8Array): string

Converts a Uint8Array to a base64 string.

bufToHex(u8: Uint8Array): string

Converts a Uint8Array to a hex string.

hexToBuf(hex: string): Uint8Array

Converts a hex string to a Uint8Array.

numToHex(d: number): string

Converts a number to a hex string.

utf8ToHex(str: string): string

Converts a UTF-8 string to a hex string.

Keywords

FAQs

Last updated on 29 Dec 2022

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