Chaos Project

General => Entertainment => Topic started by: Ryex on February 03, 2013, 03:22:42 pm

Title: 13,365,124 Security Leaks
Post by: Ryex on February 03, 2013, 03:22:42 pm
All searchable with a 2 word phrase

https://github.com/search?q=PRIVATE+KEY&type=Code&ref=searchresults
Title: Re: 13,365,124 Security Leaks
Post by: ThallionDarkshine on February 03, 2013, 03:49:32 pm
Quick, someone make it 13,365,125!
Title: Re: 13,365,124 Security Leaks
Post by: Blizzard on February 03, 2013, 04:11:54 pm
It's already 13,366,238. xD
Title: Re: 13,365,124 Security Leaks
Post by: Ryex on February 03, 2013, 04:19:44 pm
13,367,099

this is sad
Title: Re: 13,365,124 Security Leaks
Post by: Zexion on February 03, 2013, 05:06:03 pm
I don't get it what are the security leaks for?
Title: Re: 13,365,124 Security Leaks
Post by: Blizzard on February 03, 2013, 05:22:13 pm
The "private key" is literally that: It should remain private. If somebody gets your private key, they can technically issue anything in your name (depending for what it was intended). In a simple communication channel, they can make others believe that they are you. They can sign malicious software in your name and nobody will doubt that you made it. The damage that can be done is immense, depending on for what the private key is actually used in this context.
Title: Re: 13,365,124 Security Leaks
Post by: ThallionDarkshine on February 03, 2013, 10:17:00 pm
Private keys are the keys used to decrypt messages. With one simple search,ppl can find the private keys to many different things.
Title: Re: 13,365,124 Security Leaks
Post by: Ryex on February 04, 2013, 12:09:13 am
on the contrary they are the keys used to encrypt messages. the public key is used to decrypt. hence having the private key is like stealing an identity as you can encrypt messages and everyone will think the owner of the private key sent the message.
Title: Re: 13,365,124 Security Leaks
Post by: Zexion on February 04, 2013, 12:39:02 am
How do people even find these things :O
Title: Re: 13,365,124 Security Leaks
Post by: Blizzard on February 04, 2013, 02:27:57 am
Private keys can also be used for electronic signatures.
Title: Re: 13,365,124 Security Leaks
Post by: ThallionDarkshine on February 04, 2013, 06:21:36 am
@ryex
Actually they can be used for either purpose: signatures or decrypting messages.
Title: Re: 13,365,124 Security Leaks
Post by: Ryex on February 04, 2013, 01:08:07 pm
I'm saying you don't decrypt with the PRIVATE key  only encrypt
I'm being stupid
Title: Re: 13,365,124 Security Leaks
Post by: ThallionDarkshine on February 04, 2013, 04:21:05 pm
You can do anything with a private key: encrypt, decrypt. You just need to use the public key to decrypt or have encrypted it.