Tagged Questions

2
votes
1answer
112 views

Are Heroku dynos vulnerable to BEAST? (TLS 1.0 CBC exploit)

Was reading an article in The Register about BEAST which lead me to the SO post about SslStream, BEAST and TLS 1.1 It seems the best way to mitigate the vulnerability is to prefer a non-CBC cipher ...
1
vote
1answer
1k views

What are the iOS supported SSL/TLS versions and ciphers?

I am developing an iPhone application, I am trying to find a list of supported SSL/TLS versions and ciphers for iOS. Is there a reference or a method I can call to get this answer? Also, if I can ...
0
votes
9answers
497 views

Strongest cipher available to use with C/C++?

I am just wondering if you are supposed to write a sort of really secure application with data being transmitted over insecure networks, what kind of encryption algorithm will you use it in order to ...
0
votes
3answers
916 views

multiplicative inverse?

I know that an affine cipher substitutes BD with SG. I need to find the encryption formula, in the form y = a x + b, where a and b are coefficients. From the information above I end up having to ...