Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17291 shaares · 14055 private links
Filters
1 / 5
Links per page
20 50 100
98 results tagged security

Password Storage - OWASP Cheat Sheet Series

This cheat sheet advises you on the proper methods for storing passwords for authentication. When passwords are stored, they must be protected from an attacker even if the application or database is compromised. Fortunately, a majority of modern languages and frameworks provide built-in functionality to help store passwords safely.

However, once an attacker has acquired stored password hashes, they are always able to brute force hashes offline. Defenders can slow down offline attacks by selecting hash algorithms that are as resource intensive as possible.

To sum up our recommendations:

Use Argon2id with a minimum configuration of 19 MiB of memory, an iteration count of 2, and 1 degree of parallelism.
If Argon2id is not available, use scrypt with a minimum CPU/memory cost parameter of (2^17), a minimum block size of 8 (1024 bytes), and a parallelization parameter of 1.
For legacy systems using bcrypt, use a work factor of 10 or more and with a password limit of 72 bytes.
If FIPS-140 compliance is required, use PBKDF2 with a work factor of 600,000 or more and set with an internal hash function of HMAC-SHA-256.
Consider using a pepper to provide additional defense in depth (though alone, it provides no additional secure characteristics).
hashing passwords security scrypt argon2
November 18, 2023 at 10:13:22 PM GMT+1*
https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#scrypt

Key derivation function - Wikipedia

As of May 2023, OWASP recommends the following KDFs for password hashing, listed in order of priority:

  1. Argon2id
  2. scrypt if Argon2id is unavailable
  3. bcrypt for legacy systems
  4. PBKDF2 if FIPS-140 compliance is required

https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html

security passwords hashing scrypt argon2 pbkdf2
November 18, 2023 at 10:12:31 PM GMT+1*
https://en.wikipedia.org/wiki/Key_derivation_function

Dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs.

pdf security
February 21, 2022 at 9:17:08 PM GMT+1
https://dangerzone.rocks/

Metadata Cleaner • View and clean metadata in your files.

Metadata within a file can tell a lot about you. Cameras record data about when and where a picture was taken and which camera was used. Office applications automatically add author and company information to documents and spreadsheets. This is sensitive information and you may not want to disclose it.

Metadata Cleaner allows you to view metadata in your files and to get rid of it, as much as possible.

security software linux
February 21, 2022 at 9:16:47 PM GMT+1
https://metadatacleaner.romainvigier.fr/

Romain / Metadata Cleaner · GitLab

Python GTK application to view and clean metadata in files, using mat2 · https://metadatacleaner.romainvigier.fr/

security python linux software
February 21, 2022 at 9:16:18 PM GMT+1
https://gitlab.com/rmnvgr/metadata-cleaner

jvoisin / mat2 · GitLab

mat2 is a metadata removal tool, supporting a wide range of commonly used file formats, written in python3: at its core, it's a library, used by an eponymous command-line interface, as well as several file manager extensions.

security privacy python
April 8, 2021 at 12:28:07 AM GMT+2
https://0xacab.org/jvoisin/mat2

Reproducible Builds — a set of software development practices that create an independently-verifiable path from source to binary code

development reproducible software code compilers programming security opensource freesoftware
August 14, 2020 at 8:03:58 PM GMT+2
https://reproducible-builds.org/

PKCE vs. Nonce: Equivalent or Not? - danielfett.de

Do PKCE and Nonce provide similar levels of protection? #OAuth #OIDC #Security

oauth
May 20, 2020 at 11:09:44 AM GMT+2
https://danielfett.de/2020/05/16/pkce-vs-nonce-equivalent-or-not/

Just Delete Me | A directory of direct links to delete your account from web services.

privacy internet security account delete via:popular
September 3, 2019 at 5:45:23 PM GMT+2
https://backgroundchecks.org/justdeleteme/

Security/Server Side TLS - MozillaWiki

The goal of this document is to help operational teams with the configuration of TLS. All Mozilla websites and deployments should follow the recommendations below.

Mozilla maintains this document as a reference guide for navigating the TLS landscape, as well as a configuration generator to assist system administrators. Changes are reviewed and merged by the Mozilla Operations Security and Enterprise Information Security teams.

security ssl sysadmin web tls
July 30, 2019 at 12:38:59 PM GMT+2
https://wiki.mozilla.org/Security/Server_Side_TLS

You (probably) don’t need ReCAPTCHA | kevv.net

spam captcha google recaptcha security webdev via:popular
June 13, 2019 at 1:10:13 PM GMT+2
https://kevv.net/you-probably-dont-need-recaptcha/

sts10/medic: A Rust CLI that checks the passwords of a KeePass database

rust keepass security passwords
May 8, 2019 at 11:40:05 AM GMT+2
https://github.com/sts10/medic

slides-104-secdispatch-the-masque-protocol-draft-schinazi-masque-00

ietf quic http privacy security vpn masque dns doh
April 23, 2019 at 10:15:45 PM GMT+2
https://datatracker.ietf.org/meeting/104/materials/slides-104-secdispatch-the-masque-protocol-draft-schinazi-masque-00

draft-schinazi-masque-00 - The MASQUE Protocol

This document describes MASQUE (Multiplexed Application Substrate
over QUIC Encryption). MASQUE is a mechanism that allows co-locating
and obfuscating networking applications behind an HTTPS web server.
The currently prevalent use-case is to allow running a VPN server
that is indistinguishable from an HTTPS server to any unauthenticated
observer. We do not expect major providers and CDNs to deploy this
behind their main TLS certificate, as they are not willing to take
the risk of getting blocked, as shown when domain fronting was
blocked. An expected use would be for individuals to enable this
behind their personal websites via easy to configure open-source
software.

ietf quic http privacy security vpn masque dns doh
April 23, 2019 at 10:15:35 PM GMT+2
https://tools.ietf.org/html/draft-schinazi-masque-00

Markus Holtermann — Logging Rethought

Alright @DjangoConEurope, here are my slides (), a write-up (), and t…

django python logging structlog security djangocon
April 10, 2019 at 1:30:36 PM GMT+2
https://markusholtermann.eu/2019/04/logging-rethought/

VPN - a Very Precarious Narrative - Dennis Schubert

privacy security vpn toread
April 8, 2019 at 3:34:23 PM GMT+2
https://schub.io/blog/2019/04/08/very-precarious-narrative.html

Stop using JWT for sessions, part 2: Why your solution doesn't work - joepie91's Ramblings

authentication jwt security webdev
April 5, 2019 at 10:33:04 AM GMT+2
http://cryto.net/%7Ejoepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/

PrivateBin

encryption security pastebin
April 2, 2019 at 1:56:35 PM GMT+2
https://privatebin.net/

Modern Alternatives to PGP

alternatives crypto pgp security gpg via:hynek
February 18, 2019 at 3:11:20 PM GMT+1
https://blog.gtank.cc/modern-alternatives-to-pgp/

Why I recommend against JWT - gnegg

jwt security webdev api authentication
September 12, 2018 at 12:22:23 PM GMT+2
https://blog.pilif.me/2018/05/15/why-i-recommend-against-jwt/
Filters
1 / 5
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community