Source: Hacker News
Through HTML5 and the corresponding standards, modern browsers get more standarized features with every release. Most people have heard of websockets that allows you to easily setup a two way communication channel with a server, ...
Full article at: Hacker News
More like this 1 hour ago
Source: LXer
pip install PyGPGME gpg --gen-key gpg --export [UID] gpg --import [Filename] gpg --delete-key UID gpg -s (or --sign) [Data] gpg [--verify] [Data] gpg -e Recipient [Data] gpg [-d] [Data] gpg --list-keys gpg --list-secret ...
Full article at: LXer
More like this 2 days ago, 9:01pm CDT