Advertisement
JohnGalt14

Chrome on OSX Automator - disabled NSA backdoored ciphers

Nov 5th, 2015
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.53 KB | None | 0 0
  1. # Chrome on OSX Automator Script - disabled NSA backdoored ciphers
  2. # Automator Script
  3. /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --cipher-suite-blacklist=0x0033,0x0039,0x009E,0xcc15,0xc02b,0xc02f,0xcc13,0xcc14,0xc00a,0xc014,0xc009,0xc013
  4.  
  5. # NSA backdoored 1024-bit DH RSA Ciphers
  6. 0x0033,0x0039,0x009E,0xcc15,0xc02b
  7.  
  8. # Likely #NSA backdoored ECDHE and ECDSA ciphers
  9. 0xc02f,0xcc13,0xcc14,0xc00a,0xc014,0xc009,0xc013
  10.  
  11. # Links
  12. https://www.eff.org/deeplinks/2015/10/how-to-protect-yourself-from-nsa-attacks-1024-bit-DH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement