Store it in pure text file & chown root & chmod 600 is the simpliest way.
2013/2/9 Hugues Moretto-Viry <hugues.more...@gmail.com> > Hi guys, > > I'm writing a little FTP client in pure shell + curl for my personal needs. > Anyway, I need to store my passwords so I chose SQlite, because I don't > want to put them in a regular file or in the script. > Unfortunately, I think this is not really perfect. > > Do you know how to store my passwords outside the script (maybe hashed), > in the suckless way? > > Best Regards > > H.Mo. >