The Official Blog of Patcoola

Im just a dude watching over my parents,
and trying to make cartoons and video games from home.

Tag: Encryption

Important!

Dear visitors,

This blog and the Tigarus.com network will be changing our website software in May (2024). There will be some down time and there will be a change to the webpage addresses.

We will also be removing the Anime blogs. The Rocksmith Songs website will be unavailable of a few weeks or months while I move the database to the new software.

At the moment we are running on Wordpress, the new software is an in-house project which is 57 times faster. It will also provide more freedom for development.

Thank you for understanding.

Page: 1 of 1

Encoded Assets [JavaScript]

Script Title: encode_asset_class
Script Language: JavaScript
Date Created: 2023-01-30

Purpose: To encode and decode files for various uses. To make files closed source and to make mixed media documents.

Description: Encoded assets allows files to be encoded. These files can be made closed source for HTML Applications (HTA), and provide encryption. Encoding files can be used to create new mixed media documents, consolidation, and proprietary document formats for applications. The encoder also includes integrated integrity checks to prevent tampering or to detect file corruption.

*This class only contains the encoder and decoder engine, and does not load or save files.

Methods:

encode_asset_class()

the class

encode ( string | Uint8Array )

function to encode

decode ( string )

function to decode the encoded data
returns a string or Uint8Array


Read More

Advertisement

Donate Now!

Hi there, I spend a lot of time making this blog.

It would be great if you would consider donating.


Web Apps: Message Encryption

Page: 1 of 1