0 votes

I'm trying to look for examples but no luck so far.

In java we have the following classes to do decryption.
From the Package javax.crypto.

DESedeKeySpec
SecretKeyFactory
Cipher

Anything similar for GDScript?

in Engine by (19 points)

1 Answer

+2 votes
Best answer

Not currently.

But their is a pull request here
https://github.com/godotengine/godot/pull/5868

by (52 points)
selected by

OK so I just have to wait for this to be merged and most likely I can see this in the next release? Thats great thank you so much!

This is off topic but I see there are these files you added in the pull request:
modules/crypto/SCsub
modules/crypto/config.py
modules/crypto/crypto.cpp
modules/crypto/crypto.h
modules/crypto/registertypes.cpp
modules/crypto/register
types.h

how do I add these these files myself so I can try it out? Any recommended readings for trying this?
I'm guessing I have to build Godot myself? I've never try this before any advice is appreciated.

first try to compile it yourself following https://godot.readthedocs.io/en/stable/reference/compiling_for_windows.html

Then copy my files into the directory and try to compile it again.

If you need help ask with the module. Feel free to contact me again.
(It will be a good test to see if how good my documentation is.)

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.