PasswordSafe is een gratis en open-source wachtwoord-manager ontworpen door de gerenommeerde cryptografie-onderzoeker Bruce Schneier. Uit meerdere academische onderzoeken blijkt dat PasswordSafe een zeer solide en veilige tool is. De tools is ook met Yubikey voor 2-factor-authentication te gebruiken. Met de juiste instellingen kan deze tool alle applicaties aan, je kunt er ook notities en PGP-sleutels in op slaan.
#!/bin/sh | |
# set -x | |
[ `id -u` -ne 0 ] && { echo Not root... exiting... ; exit 1 ; } | |
runJExec () { | |
# JailID is the first column | |
local jid jname rc |
table aliases db:/usr/local/etc/mail/aliases.db | |
table domains { example.org redacted } | |
table secrets db:/usr/local/etc/mail/secrets.db | |
# Define keys and certs | |
pki example.org certificate "/etc/ssl/certs/www.example.org.cer" | |
pki example.org key "/etc/ssl/priv/www.example.org.key" | |
# Inbound mail smtp, smtps, deliver | |
listen on em0 port 25 tls \ |
#!/usr/local/bin/perl | |
$openssl = '/usr/local/bin/openssl'; | |
$ciphersuitelist = 'ALL'; | |
#example for smtp. see man s_client for all | |
#$opensslargs .= '-starttls imap '; | |
$opensslargs .= '-starttls smtp '; | |
#$opensslargs .= '-ssl3 '; |
I hereby claim:
- I am Sp1l on github.
- I am spil (https://keybase.io/spil) on keybase.
- I have a public key whose fingerprint is 53CD 858B 6933 3369 CF82 E180 30C6 14DD DDF5 42A0
To claim this, I am signing this object:
music_directory "/home/www/Music" | |
playlist_directory "/var/mpd/playlists" | |
db_file "/var/mpd/database" | |
log_file "/var/mpd/log" | |
pid_file "/var/mpd/pid" | |
state_file "/var/mpd/state" | |
sticker_file "/var/mpd.mpd/sticker.sql" | |
user "mpd" | |
bind_to_address "any" | |
input { |
Heel veel websites hebben "Share" buttons voor de populaire sociale netwerken (Facebook, Twitter, Google, Reddit, etc.). Deze buttons halen meestal wat op bij de dienst zelf en geven daarbij prijs welke sites je allemaal bezoekt. Als je aangemeld bent op een sociaal netwerk dan wordt jouw bezoek netjes aan je account gekoppeld. Je activiteit op het sociale netwerk zelf geeft nóg meer inzicht in jouw profiel. Veelal worden links verkort (e.g. fb.me, goo.gl, etc) waardoor zeer eenvoudig vastgelegd kan worden dat je de link bezocht hebt. Dit alles staat de beheerders van deze sociale netwerken toe een zeer accuraat profiel van jou op te bouwen. Recent onderzoekt geeft aan dat de sociale netwerken je beter kennen dan je broer of zus.
Doordat reclame op veel sites van dezelfde reclame-netwerken afkomstig is kunnen ook zij je op internet goed volgen. De eerste keer dat je een reclame-banner van zo'n netwerk ophaalt wordt er een "cookie" geplaa
export LD_LIBRARY_PATH=/usr/ports/lang/python35/work/stage/usr/local/lib | |
export PYTHONPATH=/usr/ports/lang/python35/work/stage/usr/local/lib/python3.5 | |
/usr/ports/lang/python35/work/stage/usr/local | |
bin/python3.5 /usr/ports/lang/python35/work/cpython-6f23bc5d480e/Lib/test/test_ssl.py >~/test_ssl.log 2>&1 |
### Pass LDFLAGS and CPPFLAGS to configure using CONFIGURE_ENV | |
.if ${WITH_OPENSSL_PORT} | |
CONFIGURE_ENV+= CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib | |
.endif | |
### In configure.ac | |
AC_CHECK_LIB(crypto, RAND_egd, AC_DEFINE(HAVE_RAND_EGD, 1, [Define if the libcrypto has RAND_egd])) |
Obtaining cipher list from OpenSSL 1.0.1i-freebsd 6 Aug 2014. | |
Testing ECDHE-RSA-AES256-GCM-SHA384...YES | |
Testing ECDHE-ECDSA-AES256-GCM-SHA384...NO (sslv3 alert handshake failure) | |
Testing ECDHE-RSA-AES256-SHA384...YES | |
Testing ECDHE-ECDSA-AES256-SHA384...NO (sslv3 alert handshake failure) | |
Testing ECDHE-RSA-AES256-SHA...YES | |
Testing ECDHE-ECDSA-AES256-SHA...NO (sslv3 alert handshake failure) | |
Testing SRP-DSS-AES-256-CBC-SHA...NO (no ciphers available) | |
Testing SRP-RSA-AES-256-CBC-SHA...NO (no ciphers available) | |
Testing SRP-AES-256-CBC-SHA...NO (no ciphers available) |