Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
% tar cf [i]filename.tar[/i] <my files>
% openssl des3 -salt -in [i]filename.tar[/i] -out [i]filename.tar[/i].des3
% openssl des3 -d -salt -in [i]filename.tar[/i].des3 -out [i]filename.tar[/i]
% tar xf [i]filename.tar[/i]