Skip to content

Demiomad/JPENcoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPENcoding

A dumb encoder I made.

The hell does it even do

For normal strings:

Encoding:

  • Takes each character and gets its codepoint
  • Separates each codepoint by

Decoding:

  • Splits the encoded string by
  • Converts the codepoint into a character

For files:

Encoding:

  • Reads the file's raw bytes
  • Separates each byte by
  • Creates a .jpen file containing the encoded string which usually looks like: 0ん1ん2...

Decoding:

  • Reads the .jpen file's text content, meaning yes you need the .jpen file lmao
  • Splits the text content by
  • Loops through each part and converts it into a byte
  • Returns the list of bytes

Issues

  • Emojis may have issues with encoding because of UTF-16 stuff idk
  • This isnt an issue because why the fuck would you encode an emoji

Why though

Because I can. And because looked funny.

Possible questions

Is this even efficient?

FUCK NO. In fact it literally makes the file bigger so why would you use it

Is this useful?

No.

Secure?

Yeah its totally secure!! you can put your social security number and password and it'll be secure!!! of course its not fucking secure is that even a serious question

Will you ever update this?

prolly not ✌️

Why not?

BECAUSE I SAID SO

Can I contribute?

Yes, but why

Do you hate yourself?

Nah i love myself and every single project i make

Base64, youre going down.

haha im totally just joking!!

About

A dumb encoder I made for no reason.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages