I'm writing an applet in python for gnome2 that checks for new emails in gmail.
Actually i'm saving the pass of gmail in a file .config using an encoding base-64. and then decoding the pass everytime i need it.
is this secure?? it's a better way to store a password??
Thanks