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)
- Host: GitHub
- URL: https://github.com/kjur/typepki-strconv
- Owner: kjur
- License: mit
- Created: 2024-04-14T14:42:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T16:52:51.000Z (over 1 year ago)
- Last Synced: 2025-02-20T19:47:04.397Z (about 1 year ago)
- Topics: arraybuffer, asn1, base64, hex, iso8859-1, rawstring, ucs2, utf8, zulu
- Language: TypeScript
- Homepage: https://kjur.github.io/typepki-strconv/
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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