Functions for encryption in glib

i want to encrypt data in using glib however found only base64 that doesn’t suit me, does glib encryption look like des or aes?

What encryption look like what? (method names/links :slight_smile: )

base64 is an encoding, not encryption

No, and there are no plans to provide strong encryption primitives in GLib.

You should use other libraries for that, like libgcrypt or OpenSSL.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.