Security
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 10: | Line 10: | ||
* [[Encryption]] | * [[Encryption]] | ||
* [[E-Mail, newsgroups, and forums#Secure messaging|E-Mail, newsgroups, and forums: Secure messaging]] | * [[E-Mail, newsgroups, and forums#Secure messaging|E-Mail, newsgroups, and forums: Secure messaging]] | ||
+ | |||
+ | == App provisioning and DRM == | ||
+ | * [[Mobile Provision file]] (.mobileprovision; used for installing iOS apps) | ||
+ | |||
+ | == Authentication == | ||
+ | * [[SAML]] (Security Assertion Markup Language) | ||
== Digital Certificates == | == Digital Certificates == | ||
Line 38: | Line 44: | ||
== Electronic signatures == | == Electronic signatures == | ||
* [[HMAC]] (Hash-based message authentication code) | * [[HMAC]] (Hash-based message authentication code) | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Malware/spyware == | == Malware/spyware == | ||
Line 55: | Line 51: | ||
* [[eWallet]] | * [[eWallet]] | ||
− | == | + | == System security policies == |
+ | * [[Label Encodings]] (files determining information classification labels for multi-level security environments) | ||
+ | * [[Sudoers]] (module and file determining user privileges) | ||
+ | |||
+ | == Links and references == | ||
* [http://blogs.msdn.com/b/kaushal/archive/2010/11/05/ssl-certificates.aspx Various SSL/TLS Certificate File Types/Extensions (MSDN article)] | * [http://blogs.msdn.com/b/kaushal/archive/2010/11/05/ssl-certificates.aspx Various SSL/TLS Certificate File Types/Extensions (MSDN article)] | ||
* [https://hashcat.net/oclhashcat-plus/ Hashcat: password cracking program] | * [https://hashcat.net/oclhashcat-plus/ Hashcat: password cracking program] |
Revision as of 20:49, 1 January 2015
Formats specific to the storage and transmission of security information.
See also:
Contents |
App provisioning and DRM
- Mobile Provision file (.mobileprovision; used for installing iOS apps)
Authentication
- SAML (Security Assertion Markup Language)
Digital Certificates
- ASCII Armor (.arm; old for base64)
- Canonical Encoding Rules (.cer)
- Certificate Revocation List (.crl)
- Certificate Signing Request
- Certificate Trust List (.stl)
- DER (Distinguished Encoding Rules)
- DER encoded certificate (.der, .crt)
- DER encoded RSA private key
- Microsoft Serialized Certificate Store (.sst)
- PEM
- PEM encoded certificate (.pem, .crt)
- PEM encoded RSA private key (.key)
- PFX (original format)
- PKCS
- PKCS7 (PKCS #7, Cryptographic Message Syntax Standard)
- PKCS7 certificate (.p7b, .p7c, .spc)
- PKCS10 (PKCS #10 Certificate Signing Request, .p10, .csr)
- PKCS11 (PKCS #11 Cryptographic Token Interface Standard; Cryptoki API)
- PKCS12 (PKCS #12, PFX, Personal Information Exchange, .p12, .pfx)
- PVK
- RSA private key
- SPKAC
- X.509 certificate
Electronic signatures
- HMAC (Hash-based message authentication code)
Malware/spyware
Password managers
System security policies
- Label Encodings (files determining information classification labels for multi-level security environments)
- Sudoers (module and file determining user privileges)
Links and references
- Various SSL/TLS Certificate File Types/Extensions (MSDN article)
- Hashcat: password cracking program
- Can someone be targeted using the Adobe breach?
- xkcd comic about Adobe password breach situation
- Improving security in Firefox
- 2014 Super Bowl security (picture)
- Senate cybersecurity report finds agencies often fail to take basic preventive measures
- What happens with Digital Rights Management in the real world?
- Xbox password flaw exposed by five-year-old boy (And Microsoft thanked the kid instead of getting him arrested, imagine that.)
- Be Still My Breaking Heart
- When two-factor authentication is not enough
- origins of libressl
- Why blurring sensitive information is a bad idea