🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

jsrsasign-util

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsrsasign-util

utilities for jsrsasign (kjur.github.io/jsrsasign) such like file utilities

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

jsrsasign-util

This package provides supplementary functions for 'jsrsasign' such like file I/O utilities.

Public page is https://kjur.github.io/jsrsasign .

github TOP|API doc|Wiki|Node sample

AVAILABLE FUNCTIONS

  • readFile : read file as binary string
  • readFileHexByBin : read file as binary then convert it to hexadecimal string
  • readFileUTF8 : read file as UTF-8 string
  • saveFile : save file as binary string
  • saveFileBinByHex : convert a hexadecimal string to raw string then save it as file.

EXAMPLE(1) SIGNATURE

> var rsu = require('jsrsasign-util');
> var rawString = rsu.readFile("bar.bin");
> rsu.saveFileBinByHex("foo.bin", "30143abb...");

Keywords

jsrsasign

FAQs

Package last updated on 22 Apr 2021

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