| bio | website | |
|---|---|---|
| location | British Columbia, Canada | |
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Jun 11 at 0:20 | |
| stats | profile views | 4 |
I've been staring at bright screens since I was about 12 which was a long time ago.
My interests include:
- Programming Languages (mostly C++)
- Embedded systems and processor architectures
- Cool Science and Technology
- Martial arts
|
May 13 |
comment |
how safe is the 256 bit encryption used in bank transactions @DavidCary: I think what I wanted to say a year ago :-) is: "the statement that factoring is NP hard" is incorrect. Since then the answer has been edited and that statement removed... I don't know of a proof showing that factoring isn't NP hard. |
|
Sep 12 |
awarded | Supporter |
|
Apr 13 |
comment |
how safe is the 256 bit encryption used in bank transactions factoring is not NP hard. It's just there is no known algorithm that can factor in polynomial time but AFAIK no one has proven it can't be done. en.wikipedia.org/wiki/Integer_factorization |
|
Apr 12 |
comment |
If the encryption algorithm broken or analysed, can an attacker find my password? The question seems very vague. What is the exact scenario? |
|
Apr 12 |
revised |
What is the danger of hosting your SSL certificate yourself? Quote from question pointing at issue. Trying to improve answer. |
|
Apr 12 |
revised |
What is the danger of hosting your SSL certificate yourself? be your own ca. |
|
Apr 12 |
comment |
What is the danger of hosting your SSL certificate yourself? @Bruno: Sure. I just wanted to point that as a possibility. Your own CA is the best solution as long as all clients are on the domain and you can push the CA cert to them using directory services... |
|
Apr 12 |
awarded | Teacher |
|
Apr 12 |
awarded | Editor |
|
Apr 12 |
revised |
What is the danger of hosting your SSL certificate yourself? Issuing certs yourself. |
|
Apr 12 |
answered | What is the danger of hosting your SSL certificate yourself? |
|
Apr 12 |
comment |
What is the danger of hosting your SSL certificate yourself? Encryption without authentication is not very useful because anyone can get in the middle of the channel, pretend to be the other party, and decrypt the entire communication. That is the biggest issue with using a self signed cert that clients can not verify through some other means. |