security - doubility-sky/daydayup GitHub Wiki

Computer security, cybersecurity or information technology security (IT security) is the protection of computer systems and networks from the theft of or damage to their hardware, software, or electronic data, as well as from the disruption or misdirection of the services they provide.

Learn

Cryptography

Key Exchange

Backup

  • restic is a backup program that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD).
  • BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.

Libraries

  • age A simple, modern and secure encryption tool with small explicit keys, no config options, and UNIX-style composability. https://age-encryption.org

Projects

secure E-mail

  • ProtonMail Secure Email Based in Switzerland
  • Tutanota is the world's most secure email service, easy to use and private by design. Sign up for free to take control of your mailbox.

anonymous

  • I2P (Invisible Internet Project) is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties. This is a mirror of the official Monotone repository. https://geti2p.net
  • Tor protects your privacy on the internet by hiding the connection between your Internet address and the services you use.

Resources

  • Awesome Security, A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.