An open API service indexing awesome lists of open source software.

https://github.com/kjur/typepki-strconv

TypeScript string converters and utilities sub module for TypePKI library (beta)
https://github.com/kjur/typepki-strconv

arraybuffer asn1 base64 hex iso8859-1 rawstring ucs2 utf8 zulu

Last synced: 23 days ago
JSON representation

TypeScript string converters and utilities sub module for TypePKI library (beta)

Awesome Lists containing this project

README

          

typepki-strconv: TypePKI string converters and utilities sub module for TypePKI library
====================================================================================

[TOP](https://kjur.github.io/typepki-strconv/) | [github](https://github.com/kjur/typepki-strconv) | [npm](https://www.npmjs.com/package/typepki-strconv) | [TypePKI](https://kjur.github.io/typepki/)

The 'TypePKI' library is an opensource free TypeScript PKI library which is the successor of the long lived [jsrsasign](https://kjur.github.io/jsrsasign) library.

The 'typepki-strconv' is a TypeScript string converters and utilities sub module for TypePKI library.

Following string types are supported:
- Base64 and Base64URL encoded string
- hexadecimal string
- ArrayBuffer
- byte array
- Zule time
- UTF8 string
- raw string
- ISO 8859-1 latin string
- PEM string
- UCS2 string
- byte array
- IPv4 and v6 address

## FEATURE
- Dual CommonJS/ES module package supporting CommonJS(CJS) and ES modules