https://github.com/ehsanparsania/base64
Rewrite base64 encode & decode functions manually ( Ascii => 8bits => 6bits => base64 )
https://github.com/ehsanparsania/base64
ascii base64 base64-decoding base64-encoding encoding
Last synced: about 1 month ago
JSON representation
Rewrite base64 encode & decode functions manually ( Ascii => 8bits => 6bits => base64 )
- Host: GitHub
- URL: https://github.com/ehsanparsania/base64
- Owner: EhsanParsania
- Created: 2021-06-29T13:44:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T14:36:31.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T14:27:14.280Z (3 months ago)
- Topics: ascii, base64, base64-decoding, base64-encoding, encoding
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encode & decode base64
Converting data and characters :
Ascii Table
8bit
6bit
Base64 Table