Skip to content

Save encrypted data in HTML file as Base64. #228

@jimhark

Description

@jimhark

Summary

Encrypted data, which is as large as the source html file, is encoded in the encrypted file as a hex string. Switching to Base64 encoding would reduce size by 1/3 and could improve performance.

Problem

Hex string encoding is too space inefficient to use for large data.

Proposed Solution

Store the encrypted data as Base64. A data URL is a great way to store data in an HTML file, and it supports Base64 encoding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions