Shaare your links...
2371 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 3 / 9
Newer►
177 results for tags security x
  • saltpack - a modern crypto messaging format
    Need to encode, transmit, or store encrypted or signed data? saltpack is a streamlined, modern solution, designed with simplicity in mind. It is easy to implement & integrate. We've made few crypto decisions and instead leave almost all of the heavy lifting to the NaCl library.

    saltpack is a binary message format, encoded using the MessagePack format. Messages are broken up into reasonable (1MB) chunks, over which regular NaCl operations are performed. We have taken pains to address many of the shortcomings of current message formats: (1) only authenticated data is output; (2) repudiable authentication is used wherever possible; (3) chunks cannot be reordered or combined with other transmissions; (4) the public keys of senders and recipients can be hidden; and (5) message truncation is detectable.

    Implementations in Go and Python are available at https://saltpack.org/implementations  The format is used by https://keybase.io/
    Tue Jun 1 22:14:50 2021 - permalink -
    - https://saltpack.org/
    BSD cryptography FOSS security software tool
  • Clean Your System and Free Disk Space | BleachBit
    Found on https://ssd.eff.org/en/module/how-delete-your-data-securely-linux
    Fri May 28 16:55:08 2021 - permalink -
    - https://www.bleachbit.org/
    FOSS Linux privacy security tool Windows
  • https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=917935
    ITL BULLETIN FOR FEBRUARY 2015
    NIST SPECIAL PUBLICATION 800-88 REVISION 1,
    GUIDELINES FOR MEDIA SANITIZATION
    http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-88r1.pdf
    Fri May 21 15:03:49 2021 - permalink -
    - https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=917935
    computer security
  • How often should I rotate my ssh keys? · Tailscale
    Interesting story about stolen ssh private keys. I should start to change my private keys, because those registered with GitLab will expire soon.
    Tue May 11 11:02:54 2021 - permalink -
    - https://tailscale.com/blog/rotate-ssh-keys/
    security SSH TODO
  • Bitmessage Wiki
    Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide "non-content" data, like the sender and receiver of messages, from passive eavesdroppers like those running warrantless wiretapping programs. If Bitmessage is completely new to you, you may wish to start by reading the whitepaper https://bitmessage.org/bitmessage.pdf

    Not sure how up to date it is, version 0.6.1 is dated 2016-08-21, the latest one  0.6.3.2 was released 2018-02-14
    https://github.com/Bitmessage/PyBitmessage/releases/

    According to https://www.reddit.com/r/bitmessage/comments/cjxk9s/current_status_of_pybitmessage/ (2019-07-30) development is on-going.
    This can also be seen on github, e.g. https://github.com/Bitmessage/PyBitmessage/issues/1712#issuecomment-830636842
    One of the difficulties seems to be the transition from Python2 to Python3.

    Uses proof-of-work.

    Found on https://karl-voit.at/2014/04/10/bitmessage/
    Tue May 4 15:05:10 2021 - permalink -
    - https://wiki.bitmessage.org//
    privacy protocol Python security
  • Automatic Security Updates on Ubuntu
    Simple tutorial that will teach you to configure your system to automatically install security updates.
    Wed Mar 3 09:09:43 2021 - permalink -
    - https://help.ubuntu.com/community/AutomaticSecurityUpdates
    Linux security TODO Ubuntu
  • cppcryptfs is an encrypted overlay filesystem
    cppcryptfs is based on the design of gocryptfs, an encrypted overlay filesystem written in Go.

    cppcryptfs is an implementation of the gocryptfs filesystem in C++ for Windows. cppcryptfs is compatible with gocryptfs. Filesystems created with one can generally be mounted (and synced) with the other.

    Found on https://infosec-handbook.eu/recommendations/ via https://nuetzlich.net/gocryptfs/
    Fri Feb 12 00:12:57 2021 - permalink -
    - https://github.com/bailey27/cppcryptfs
    cryptography security Windows
  • Modern credential management: security tokens, password managers, and a simple spreadsheet
    Useful tips for password/credential management.
    Thu Feb 11 23:57:52 2021 - permalink -
    - https://infosec-handbook.eu/blog/modern-credential-management/
    blog security tool
  • moz://a *privacy not included
    Fourth edition of Mozilla’s *Privacy Not Included buyer’s guide. Our goal is to help you shop smart—and safe—for products that connect to the internet.
    Sun Jan 10 23:31:48 2021 - permalink -
    - https://foundation.mozilla.org/en/privacynotincluded/about/why
    internet privacy security
  • Aaron Toponce
    Blog about cryptography, hash functions and more
    Fri Dec 18 23:02:20 2020 - permalink -
    - https://pthree.org/
    blog cryptography hash Linux number random security
  • Michael Orlitzky { Let's not Encrypt }
    Interesting argument against the current state of HTTPS certification.
    See also his other articles, e.g. http://michael.orlitzky.com/articles/makeing_latex.xhtml
    Fri Dec 4 16:40:10 2020 - permalink -
    - http://michael.orlitzky.com/articles/lets_not_encrypt.xhtml
    HTTPS LaTeX make reading security TODO web
  • Using a Yubikey as a touchless, magic unlock key for Linux
    Found on Tony Finch's link log https://dotat.at/:/
    The pamtester program used there might be useful to learn more about pam.
    Wed Aug 19 14:54:53 2020 - permalink -
    - https://kliu.io/post/yubico-magic-unlock
    Linux PAM security
  • Emacs, GnuPG and Pass | jherrlin
    Blog article about configuring and using the GNU privacy guard gpg, the password manager pass and Emacs, found via Sacha Chua's blog.
    Wed Jul 15 10:17:36 2020 - permalink -
    - https://jherrlin.github.io/posts/emacs-gnupg-and-pass/
    blog emacs security
  • Blog articles from José Antonio Ortega Ruiz
    Interesting blog written in org-mode, using https://github.com/bastibe/org-static-blog, written by Bastian Bechtold https://bastibe.de/
    Some highlights:
    https://jao.io/blog/eww-to-org.html convert HTML to orgdown
    the links below probably need to be edited, removing the date
    https://jao.io/blog/literate-programming.html literate programming
    https://jao.io/blog/signel.html, a barebones signal chat on top of signal-cli, written in literate style
    https://jao.io/blog/programmers-go-bananas.html category theory
    https://jao.io/blog/dancers-at-the-end-of-time.html sounds like an interesting book.
    https://jao.io/blog/geometrically-speaking.html geometric proofs, Kindergarten Quantum Mechanics
    https://jao.io/blog/observatory.html Mozilla Observatory to check a website's security
    https://jao.io/blog/simple-note-taking.html simple note taking
    Fri Jul 10 14:45:27 2020 - permalink -
    - https://jao.io/blog/
    blog book emacs lisp mathematics org-mode physics Scheme security Sussman TODO web
  • Magic-Wormhole: Get Things From One Computer To Another, Safely — Magic-Wormhole 0.12.0+3.g95a628e.dirty documentation
    This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical “wormhole codes”: in general, the sending machine generates and displays the code, which must then be typed into the receiving machine.

    The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.
    Wed May 27 18:43:39 2020 - permalink -
    - https://magic-wormhole.readthedocs.io/en/latest/
    cryptography Python security software tool
  • The first open-source FIDO2 security key
    Open-source hard- and software for two-factor authentication.
    I need to test them and want to understand the differences between versions 1 and 2. The articles
    https://solokeys.com/blogs/news/trussed-announcement and
    https://github.com/trussed-dev/trussed-totp-pc-tutorial look interesting.
    Sun May 24 23:29:20 2020 - permalink -
    - https://solokeys.com/
    cryptography FIDO FOSS hardware security software TODO
  • Solid - "social linked data"
    Solid (https://solid.mit.edu/)  was created by the inventor of the World Wide Web, Sir Tim Berners-Lee. Its mission is to reshape the web as we know it. Solid will foster a new breed of applications with capabilities above and beyond anything that exists today.

    Solid (derived from "social linked data") is a proposed set of conventions and tools for building decentralized social applications based on Linked Data principles. Solid is modular and extensible and it relies as much as possible on existing W3C standards and protocols.

    https://solid.inrupt.com/how-it-works
    Within the Solid ecosystem, you decide where you store your data. Photos you take, comments you write, contacts in your address book, calendar events, how many miles you run each day from your fitness tracker… they’re all stored in your Solid POD. This Solid POD can be in your house or workplace, or with an online Solid POD provider of your choice. Since you own your data, you’re free to move it at any time, without interruption of service.
    Sun Mar 15 19:03:18 2020 - permalink -
    - https://solid.inrupt.com/
    reading security software TODO web
  • Open Source Password Management Solutions | Bitwarden
    Yet another password manager.
    Fri Nov 29 15:14:09 2019 - permalink -
    - https://bitwarden.com/
    cryptography FOSS security software
  • Top 20 OpenSSH Server Best Security Practices
    Fri Oct 4 22:05:07 2019 - permalink -
    - https://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html
    security SSH Unix
  • The Zero Knowledge Cloud
    CryptPad is a private-by-design alternative to popular office tools and cloud services. All the content stored on CryptPad is encrypted before being sent, which means nobody can access your data unless you give them the keys (not even us).
    Thu Jul 4 18:34:10 2019 - permalink -
    - https://cryptpad.fr/index.html
    cryptography security software web
Links per page: 20 50 100
◄Older
page 3 / 9
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.