encryption - Encrypt a string with JavaScript in a Gnome Applet -


is there easy way encrypt example string aes in gnome applet written in javascript? can't find solution in gnome api reference [1]. saw libsecret has aes implementation testing purposes [2], don't know if can use - , if so, how.

the way can imagine use openssl on glib.spawn_command_line_.

[1] https://developer.gnome.org/references
[2] https://github.com/gnome/libsecret/blob/master/libsecret/mock/aes.py


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -