Tagged Questions
-3
votes
0answers
47 views
what is the security measures should i consider to secure “User account balance $”? [closed]
If the user can Drop money from paypal to his balance account to buy from other users on the website
Here is another example of similar process
this is typically done on freelancer.com
Drop money ...
1
vote
2answers
90 views
Should the Keygen element be used to create a certificate for mutual auth TLS? What alternatives are there?
I'm interested in using mutual auth TLS to improve the security of my javascript based webservices . I've looked at the Keygen element and given all its issues, not sure if this can even be used for ...
12
votes
3answers
414 views
How secure is aSSL (javascript)? Does it effectively mimic SSL?
Some of you may be familiar with the aSSL project, which uses AJAX/PHP to mimic the SSL protocol. It uses RSA 512 or 1024 for the keys, and AES for the actual data. It looks impressive to me in ...
-1
votes
4answers
126 views
How secure is this login page? [closed]
Unfortunately I cant link to the page (it internal). But I can describe it!
This is a lightspeed systems policy enforcement login page (content filter).
The page is http and there is no iframe with ...
3
votes
1answer
131 views
Client-side cross-site access in SSL environment - when it's still possible to do?
I'm trying to imagine an secure sandboxed environment for an application which is big and unexplored, and may contain backdoors. It would live under chroot/virtual environment with no outgoing ...
5
votes
2answers
4k views
Javascript and jQuery not secure over https
I am building an ASP.NET MVC 3 app which will run in Azure. Everything was working well, until I switched to https. Now most of my jQuery plugins and some other javascript are not secure.
I'm using ...
15
votes
3answers
564 views
What are the risks of using a CDN to speed up my website? How do I avoid them?
Content Delivery Networks (CDNs) are well known to speed up the performance of a website, but they create the obvious security risks if someone were to change the code that resides on the CDN.
What ...
13
votes
5answers
1k views
What can I do about TLS 1.0 javascript injection vulnerability on my server?
The recent article featured on slashdot http://www.theregister.co.uk/2011/09/19/beast_exploits_paypal_ssl/ says that connections secured with TLS 1.0 are susceptible to man-in-the-middle decryption ...
6
votes
3answers
3k views
Secure jquery ajax calls from a non secure page
I could not find a clear answer, but if I have the following situation:
I browse to a page let's say http://www.example.com/index.html
Now I use a form on this page to do a postback with jquery's ...
1
vote
2answers
627 views
Possible to use CAPICOM to extract current SSL certificate?
I'd like to extract the current SSL certificate from the current browsing session, and read the properties.
I'd like to do this at the Browser, for content that is delivered from the server. I'm ...