OcttKB/Wiki-OcttKB/tiddlers/Normal/_Cybersecurity.tid

36 lines
1.8 KiB
Plaintext
Raw Normal View History

2023-06-11 22:14:59 +02:00
created: 20230227211756543
creator: Octt
2023-08-17 01:09:22 +02:00
modified: 20230816230138897
2023-06-11 22:14:59 +02:00
modifier: Octt
tags:
title: Cybersecurity
<<^wikipediaframe Cybersecurity>>
* [[Search CVE List|https://cve.mitre.org/cve/search_cve_list.html]] --- Search the Common Vulnerabilities and Exposures
* [[Phishing sites analysis and reporting|https://phish.report/]]
2023-08-17 01:09:22 +02:00
!!! ''Malware''
!!!! ''Content blockers''
* [[uBlock Origin|https://ublockorigin.com/]] --- //Free, open-source ad content blocker. Easy on CPU and memory.// --- <<[# Git "https://github.com/gorhill/uBlock">>
* [[Pi-hole|https://pi-hole.net/]] --- //Network-wide ad blocking via your own Linux hardware// --- <<[# Git "https://github.com/pi-hole">>
2023-06-11 22:14:59 +02:00
!!! ''Passwords''
!!!! ''Concepts''
; [[Pepper|https://en.wikipedia.org/wiki/Pepper_(cryptography)]]
: Secret part of a password that is added often at the start or end and kept separate from the rest of the password; in case the password gets stolen, the pepper won't be and thus security will be at a lesser risk.
!!!! ''Password managers''
* [[KeePass|https://keepass.info/]] - //Offline, free, open source, light-weight, easy-to-use password manager//
** Keepass is the official implementation of its standard. It's only native to Windows and requires Mono on other platforms. It has received security audits.
** [[KeePassXC|https://keepassxc.org/]] - [[Cross-Platform]] implementation - <<[ "[[Git|https://github.com/keepassxreboot]]">>
** [[KeeWeb|https://keeweb.info/]] - [[Webapp]] implementation <<[ "[[Git|https://github.com/keeweb]]">>
** [[KeePassDX|https://www.keepassdx.com/]] - [[Android]] implementation <<[ "[[Git|https://github.com/Kunzisoft/KeePassDX]]">> [<<FDroidLink com.kunzisoft.keepass.libre>>] [<<GPlayLink com.kunzisoft.keepass.free>>]
* [[Bitwarden|https://bitwarden.com/]] - Self-hosted cloud libre password manager - <<[ "[[Git|https://github.com/bitwarden]]">>