Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 24, 2025

Description

You can hash and unhash your string in base64.

How to use the extension

Base64::HashBase64(string)

Base64::UnHashBase64(string)

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

Image

Image

Extension file

Base64.zip


Extension by @arkunis

You can update the extension on this "Pull Request" by commenting the update command: in the comment field, type !update, then drag and drop a zip file with your extension file in the commenting field, like how you initially submitted the extension. It should look like this:

!update [MyExtension.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/12709661/MyExtension.zip)

It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above, click "Comment" and let the bot do the rest!

@github-actions github-actions bot added the ✨ New extension A new extension label Jun 24, 2025
@github-actions github-actions bot requested a review from a team as a code owner June 24, 2025 22:50
@github-actions github-actions bot added the ✨ New extension A new extension label Jun 24, 2025
@github-actions github-actions bot force-pushed the extension/arkunis/1711 branch from d496137 to 3e91ce3 Compare June 24, 2025 22:55
@D8H
Copy link
Contributor

D8H commented Aug 9, 2025

Thank you for submitting an extension.

I'm a bit confused:

  • Usually, base 64 conversion is used to embed binary data into a text document
  • A hash is an irreversible process, base conversions are not hashing functions

Can you give a few use-cases that will help understand your extension purpose?

@D8H D8H added the ⌨ JavaScript Uses JavaScript code, and thereby needs a reviewer who knows JavaScript. label Aug 9, 2025
@arkunis
Copy link

arkunis commented Aug 9, 2025 via email

@D8H
Copy link
Contributor

D8H commented Aug 9, 2025

A base 64 conversion is not an encryption since anyone can access to the original text.
Also, if you convert a text from base 256 to base 64, it results in a bigger string, so It's not for compression either I guess.

@arkunis
Copy link

arkunis commented Aug 9, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⌨ JavaScript Uses JavaScript code, and thereby needs a reviewer who knows JavaScript. ✨ New extension A new extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants