mirror of https://gitlab.com/octtspacc/OcttKB
26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
created: 20230227211756543
|
|
creator: Octt
|
|
modified: 20230227222403889
|
|
modifier: Octt
|
|
tags:
|
|
title: Cybersecurity
|
|
|
|
<<^wikipediaframe Cybersecurity>>
|
|
|
|
!!! ''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]]">>
|