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
Post a Comment