Socket
Socket
Sign inDemoInstall

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


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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc