0
votes
0answers
19 views

imap_open: Is username/password encrypted using /tls option

I'm connecting to a mail server: $mbox = imap_open ("{mail.domain.com:143/imap/novalidate-cert/readonly/tls}INBOX", "user", "pass"); The connection opens and I'm able to fetch emails. I'm not able ...
0
votes
1answer
13 views

Difference between -keyalg RSA and CipherSuite RSA

I am trying to understand SSL more in depth but I was confused yesterday when I saw that you could specify -keyalg RSA with keytool. What is the difference between -keyalg RSA in keytool and a cipher ...
-1
votes
1answer
32 views

Is intercepting TCP/IP traffic easy if i use RC4 SSL Cipher suites? [closed]

I am having a server which supports RC4 SSL Cipher suites. I just want to know whether it is easy for a attacker to determine the contents and IP of the users who are connecting to my server?
-1
votes
0answers
21 views

Decrypting Application data using session keys

Client write keys and server write keys are essentially enough to decrypt the data or do we need MAC keys also?
0
votes
1answer
28 views

How to ensure that clients are able to connect to a SSL connection with Strong Cipher

I have a website and various clients(Web and Mobile) access it. I have used the following CipherSuite SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL But this ...
2
votes
1answer
27 views

Dycrypt stored secret using HTTPS transport

I am considering developing a software for safely storing files on a server. Let's say I have a secret document initially stored on my client computer that I want to upload to the server. The ...
0
votes
0answers
142 views

How to decrypt SSL traffic using SSLDUMP?

I have: private key(server.key) and Certificate (server.cert) . server.key password is foobar Command: cat server.cert server.key > server.pem ssldump -Ad -k ~/server.pem -p foobar -i ...
2
votes
3answers
137 views

Java: simulating a stream cipher with AES/CTR

I'm writing an application server and I've decided to use AES128/CTR/NoPadding to secure connections, as it's considered to be secure enough without having to expand the bytes to the block boundary ...
0
votes
3answers
50 views

HTTPS : How do I Encrypt _only_ the password _only_ when user is signing in or registering?

Suppose I have a login web form like the following: UserId: testuser Password: ThisIsStrongPwd [LOGIN] (button) Now, all I want to do is encrypt the password (using an industry-accepted secure ...
0
votes
1answer
60 views

iOS iPhone iPad limit SSL / HTTPS encryption bits

Is there a way to limit the encryption bits / type on the iOS side of an SSL / HTTPS connection? Say We would like to have the max bits be some number like 1024 or 128, etc. Can we set the ...
0
votes
0answers
81 views

How to secure data between Android and Ruby on Rails applications

I've been developing a Ruby on Rails application server and it communicates with an Android application too. To use the android app, user should authenticate with facebook or google account and after ...
0
votes
2answers
58 views

Does encryption add any benefit if I'm using SSL?

I recently stumbled across this article on securing Web API endpoints. If I'm using SSL, is there any advantage to encrypting the user string in the header? What are the risks if I include the user ...
-1
votes
1answer
94 views

Do I absolutely have to encrypt the PayPal data if my site uses SSL encryption at all times? [closed]

My site has an SSL certificate, and I force https: upon entry, to avoid man-in-the-middle attacks. Since everything is encrypted by this, do I still need to use additional encryption to use PayPal ...
0
votes
1answer
79 views

use SSL in an ios app for login

So I am making an iPhone app for a startup that already has a rails site that uses SSL for their user logins, and I am trying to incorporate SSL into the iOS app. I don't need any help (yet) with ...
0
votes
2answers
122 views

Web app with client-side encryption

I am developing a web application which will encrypt data on the client side, then send the data to a server. The server will store the encrypted data, but will not have the ability to decrypt the ...
2
votes
1answer
184 views

SSL/TLS server running on an iOS device

It is possible to build an SSL/TLS server which is running on an iOS device? If yes, how? My doubts are related to these questions: On the device, can I create on the fly a self-signed certificate to ...
1
vote
2answers
81 views

PHP “openssl_seal” coded to .NET

I'm desperately looking for a .NET (C#) code equivalent of PHP's "openssl_seal" (http://php.net/manual/en/function.openssl-seal.php) functionality. A few hours of googling around, trying out OpenSSL ...
1
vote
0answers
76 views

Can Websphere 5.1 handle 2048 bit certificates?

Can Websphere 5.1 handle 2048 bit certificates? we know that older versions of Websphere can work with newer versions of the IBM HTTP server but can it handle 2048 bit certificates for SSL? are there ...
3
votes
2answers
89 views

Java TLS that does not rely on DLP or prime factorization

I'm writing a file server in Java on Windows using encryption that is resistant to Shor's algorithm. My stumbling block is the SSL/TLS. From what I can gather, I can't use the standard java ...
0
votes
1answer
71 views

SQL Using SSL to encrypt a single connection

I want to force all external connections to be encrypted using SSL, essentially I want to encrypt only one of the network interfaces. This article comes about as close to my answer as I can get: ...
0
votes
0answers
20 views

Issue with Security Exception SSL [closed]

I was wondering if anybody knew any way of verifying yourself for SSL, without paying for it? I just want rid of the terrible looking message that prompts users when they join my site to add a ...
0
votes
3answers
284 views

SSL handshake process [closed]

I am getting started on security and read about the SSL handshaking scenario. In this post, the replier mentioned that the symmetric key is generated on the browser, encrypted using the server's ...
1
vote
3answers
180 views

Sufficiently secure way to send a persons name over un-encrypted JSON

I'm just about done working on an app for a local gym, and as my testing is nearly complete, and a version 1 is nearly finished, I'm starting to think about securing the app against any MITM type ...
-1
votes
1answer
107 views

Best free way to encrypt transmission between two servers? [closed]

I want to know the proper way to encrypt transmissions between two servers and prevent other servers from claiming to be a server they are not. I have two servers which contain a domain name that ...
0
votes
1answer
104 views

How to send data securely as parameters in URL? [closed]

As this answer suggests, it isn't a good idea to have sensitive information in a URL string. Even though it will be encrypted if you use SSL, it will be stored in a server log in clear text. How ...
0
votes
1answer
95 views

Javascript Client Authentication (with SSL, without OAuth2)?

The scenario is: I have a web API, which is being accessed by two clients: Web App written in Javascript, which is minified iOS App SSL is all set up on the server hosting the API, and it works ...
0
votes
1answer
297 views

HTTPs URL encryption

when we use https.........for example to send login credentials(https://example.com?username=aaaa&password=aaaa123). HTTPS encrypts the data using SSL certificate. So the url will be encrypted ...
1
vote
2answers
141 views

Is TLS over TLS possible?

Would it be possible to establish a TLS connection over TLS with OpenSSL or some other tool? If possible, would the certificates for each level need to be different?
1
vote
2answers
541 views

SSL connection with client-side certificate

Is it possible for a client to establish a SSL connection to a server using the server's certificate already exchanged through other means? The point would be to encrypt the connection using the ...
-1
votes
2answers
59 views

Does this render SSL encryption vulnerable? [closed]

From my understanding, prior to secure SSL communications, a symmetric key is established between the two parties. Now, if an SSL session were to involve an unsecure wireless access point, would it be ...
1
vote
3answers
196 views

Need advice on Self-Signed SSL and Java

Issues have been asked many times about how to handle self-signed certificates with Java and implementations are often provided. However, I'm not sure that these implementations will give me the ...
0
votes
2answers
72 views

data encryption between 2 servers on file request

I've a quick question: I have 2 websites, 1 has some links to file downloads. Those files are hosted on another server. I need to encrypt the request data between the 2 servers..can I do it just ...
1
vote
1answer
166 views

Forcing https in Django

I'm trying to encrypt my entire site over SSL. However, I'm not finding a clear cut way to do this with Django 1.4. Does anyone know a solution?
1
vote
0answers
85 views

Implement TLS connection in localhost [closed]

I have no idea about how TLS login works but know en/de cryption . so just want a rough map on how to implement it in locahost . Would be appreciated if someone can tell me with an example
0
votes
1answer
451 views

Two Way SSL with Jetty and Null Cipher

I have an application running in Jetty. In front of it, I have a load balancer. The requirement is to have SSL decryption done by the load balancer while the web container does only SSL client ...
0
votes
0answers
117 views

Strange error with OpenSSL 1.0.0e/1.0.1 DTLS

I'm starting DTLS test server using next command line: openssl s_server -accept 4433 -www -dtls1 -cert server.pem -key key.pem -pass stdin -debug -state -msg and trying to connect using third-party ...
-1
votes
2answers
442 views

Failure in SSL library on using cipher

I have created a ssl socket connection with my server. The server sends me the RC4 key and i use the key to create a cipher and bind it to the input and output streams of the existing socket. I am ...
1
vote
1answer
165 views

Python Twisted: How to stop TLS?

There are a few examples here of how to start TLS after a connection is already otherwise established. I can't find however a way to do the opposite, turn off TLS. ...
0
votes
1answer
316 views

Submit Form Data through Web Server to MySQL Server using Stunnel?

I have a form that users can fill out, and the data will be stored into a MySQL database using PHP. The connection to the Apache server is encrypted through HTTPS, and I would like to encrypt the ...
0
votes
1answer
79 views

Encrypted and authorized multicast

I have a server (will be noted as 'A') that transmits multicast to some end stations. I would like only those that are previlliged to see the information, to actually see it. There is a third party ...
0
votes
1answer
490 views

Remotely access MySQL with SSL using VB.NET

Is there any way to encrypt MySQL connections through coding in VB.NET ?
3
votes
1answer
326 views

Asymmetrical TCP encryption C#

I would like to write a client and server app which uses a tcp socket to communicate. However I do not need a cert as the users don't care who the other is. But i do need asymmetrical encryption so no ...
5
votes
3answers
2k views

Security & Authentication: SSL vs SASL

My understanding is that SSL combines an encryption algorithm (like AES, DES, etc.) with a key exchange method (like Diffier-Hellman) to provide secure encryption and identification services between ...
1
vote
1answer
74 views

Do I need to encrypt the streams too when using java ssl socket?

I'm currently working on a client/server based Java-program for a customer. I googled a bit and got results saying to use sockets and also got some threads about SSL sockets. Do I have to encrypt ...
0
votes
1answer
619 views

Java keystore from pfx certificate

Context I need to put a Java application server (http port 8080, https 8181) behind IIS 7.5 (http port 80, https 443) on Windows Server 2008. Steps I have used IIS ARR module for enabling Proxy in ...
1
vote
1answer
38 views

Can OpenSSL library be fixed against Voltage attack and are either SSL libs also?

I'm no expert I can't understand the theory in details but It is said here http://pronewb.com/how-to-crack-1024-bit-rsa-encryption-by-clusterfck that OpenSSL has a flaw. What kind of flaw is not ...
1
vote
1answer
138 views

Can I extract symmetric key in java SSLSocket class?

how can I get session symmetric key in Java? Is it hidden? (Looked for methods but there were none) That would make sense, however, I still need it. Is there a way to retrieve the symmetric key?
4
votes
2answers
228 views

How to encrypt iPhone upload and download of info?

If I use SSL connection for my iphone app to query the database using web as the datasource, is it possible that the links and info that goes back and forth from the server to iphone will be encrypted ...
0
votes
4answers
325 views

A simple login system with PHP. Does it really need an SSL certificate?

I plan to offer my website designs and if someone is interested in an easy-to-manage blog (or just doesn't want to make new html files for new posts on his/her own) this simple login/blog system is ...
0
votes
1answer
154 views

What encryption does a phpbb forum use on a domain without SSL?

I have set up a phpbb forum on one of my domains and as far as I know the site doesn't have SSL encryption (I'm not willing to buy one and neither does the site have a self-signed certificate, because ...

1 2 3 4