This tag is used for topics relating to application security and attacks against software. If your question is not about a specific programming problem, please consider asking it at security.stackexchange.com instead.

learn more… | top users | synonyms (3)

0
votes
1answer
100 views

Securing API Keys in Javascript

I'm building a payment plugin for a website, where users can buy some website intern currency with real money. the backend i use, which handles the payment process, is this. It provides (beside ...
0
votes
0answers
7 views

symfony2 can't login “Bad credentials”

Sorry, if I will make some english mistakes. I'm not english speaker I write a website using Symfony. but for some reason login is not working. I always get message: "Bad credentials" I can't find my ...
0
votes
0answers
9 views

Questions about RSA padding algorithm

So I have this JavaScript encrypted library which I will be using for a chrome extension that encrypts text strings in RSA then sends it to my server, However I noticed that it uses PKCS#1 (type 2) ...
-1
votes
1answer
37 views

JQuery security check

I'm using JQuery to add a lot of functionality to SAS HTML output files. Basically I'll be adding to previously static HTML tables, like the ability to highlight rows, re-sort, sum by subgroups, etc. ...
0
votes
1answer
20 views

Java: Is this good use of BCrypt?

I would like to know if my current implementation of BCrypt is correct, I am aware that I am not using BCrypt.checkpw() which may lead to an issue so that is the main reason I verify it here. ...
0
votes
0answers
11 views

Spring security database authentication issue

I'm trying to authenticate a user with saved username and password I've tried two ways with only one working and I would like to know why the other is not working. My models - UserEntity public ...
7
votes
1answer
2k views

How to use makecert to create a X509 certificate accepted by WCF

Can anyone provide me with an example on how to create a self signed certificate, which would be accepted by the following code: ServiceHost svh = new ServiceHost(typeof(MyClass)); ...
3
votes
1answer
38 views

Mysql and php fixes to replicate PDO security

I understand that using PDO makes SQL injections virtually impossible. However, I don't have time at the moment to change all the database related code in our website. (Especially since I'm new at ...
1
vote
1answer
26 views

Password security

Currently I am using a particular scheme for securing passwords, and I think I have some points for improvement. The implementation is in Java, so I prefer to use SHA-2 512 as encryption form. ...
0
votes
1answer
27 views

Secure URL functions?

My company's website just got hacked, and I'm now restoring the website with extra caution. The company wants the site up as soon as possible so I don't have enough time to actually re-code the ...
2
votes
1answer
1k views

Java EE Web App Firewall

I'm looking for a nice rules-based web app firewall (WAF) that I can use with my Java EE web app (WAR). So far I have scouted out Stinger from OWASP and ModSec (for Java). Stinger is newer but is not ...
2
votes
1answer
19 views

Is running a C/C++ CGI script on Apache dangerous?

I am currently programming my own little website system (a script that compiles Markdown documents, and puts them in appropriate locations, thus making a quick, static website). I would like to enable ...
0
votes
2answers
34 views

single user login Determination

I'm writing a web application and I want to make it as a single user app(no login in other system even other browsers). One solution is to set a table field in my db when the user is logged in and ...
-2
votes
0answers
25 views

Security Issues in MongoDB

someone know of papers about security issues in MongoDB like this: http://jmiller.uaa.alaska.edu/cse465-fall2012/papers/okman2011.pdf I need that type of papers. Thanks.
0
votes
2answers
4k views

Java client call to Windows Integated Authentication web service

I am writing a Java 1.5+ client that needs to fetch data from an IIS-hosted web service. I created a new web service client in Eclipse and used the Java Proxy client type and Apache Axis2 web service ...
1
vote
0answers
285 views

Rails API Key Generator

everyone. im designing api. i checked out PHP API Key Generator some one mentioned: Base62(MD5-HMAC(key, Normalize(referer))). This works great if the API is only allowed from one site. Just check ...
1
vote
3answers
588 views

Using an API Key System

I would like to implement an API key system to secure API calls to my app. The way I think will work is my having a private key/secret per account. Each request contains the time, account id and a ...
6
votes
3answers
505 views

How to protect an API key in a .NET application

My application hits a number of web services, such as Twitter and Flickr. It uses API keys from those services, and I'd like to obfuscate them in my binaries. (I'm not really worried about piracy or ...
1
vote
1answer
1k views

How to protect API Key in Flex/AIR from decompiling?

No obfuscation please and simpler the better. Similar post is Shared secret with API in an Ajax Adobe AIR app but I was not convinced that these protect from decompiling. If they do, please explain ...
22
votes
6answers
7k views

How does Google Maps secure their API Key? How to make something similar?

Currently Google requires you to create an API Key that is specific to the domain of where the map will be served from. How does Google enforce this? I want to do the same thing. I expose an API for ...
0
votes
1answer
95 views

Is there any reason not to store api keys in cleartext?

I'm implementing an API for a CMS. Clients are accessing the API via a public key or a private key (for more sensitive data). They can read AND write to the database with the private key. I am ...
1
vote
0answers
121 views

RESTful API, where to place the Authorization key

I'm building an api, on Laravel framework, meant for portable devices. I have read plenty of articles on how to properly secure the data and the transfers. These are the action that I am taking to ...
13
votes
2answers
5k views

Rails plugin for API Key + Secret Key signing

Is there a Rails plugin or a rubygem that gives you a starting point for adding an api to your Rails app? We want to use the API Key/Secret Key model, the API should also be versionable. Is there ...
0
votes
1answer
34 views

recaptcha api key

The reason for using an API key has been mentioned in this post(What is an API key?) like this : "Typically, if you can identify the source of a request positively, it acts as a form of ...
7
votes
5answers
3k views

What is an API key?

I get to see this word in almost every cross service application these days. What exactly is an API key and what are its uses Also please explain the difference between public and private API keys.
14
votes
4answers
15k views

PHP API Key Generator

Does anyone know of any API key generator script/class for PHP? The class should have method generate, that would generate a key and isValid() method, to check if the key is valid.
0
votes
0answers
10 views

How can i remove specific characters from htaccess or redirect such URL

I have some url's eg abc.com/page.php?page=abc and abc.com/page.php?page=abc/yzy now what i want is either remove ' / ' from the parameter and rewrite the url or redirect it to abc.com
2
votes
1answer
21 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
14 views

update XML file in a page Jsp

I use spring security and i have many roles in my database for example ROLE_ADMIN and ROLE_USER so in my xml file named "spring-security.xml" i defin for each page wich role can see it : <http ...
0
votes
0answers
8 views

I how to do secure video streaming

I want to secure my videos. user may not be download videos (path not visible or wrong path etc). Is there any script or plugin or software (payable or free)? any suggestion?
1
vote
1answer
40 views
+100

HTML5 Cross-document messaging: can Malicious code sniff messages between domainA.com and domainB.com?

According to 10.4 Cross-document messaging: domainA.com can send messages to domainB.com using cross-document messaging in the way that prevents cross-site scripting attack when origin and data ...
0
votes
2answers
17 views

how to return to client with original extension and rename file

i created a website with upload feature and was stored in server with .xxx extension and renamed on every files then record the original extension and file name into database. Client -> Upload -> ...
0
votes
1answer
36 views

How to protect .txt files in android from users?

I have an android app which has a .txt file stored in the assets folder and the sd card. I do not want the user to be able to read or edit the contents of the file. How to make sure that no one can ...
-3
votes
1answer
56 views

User entered Javascript security implications [closed]

I'm creating a web site that lets people create their own site using a subdomain. Are there any security implications by letting people add custom javascript to their pages? If so, which ones? XSS? ...
-1
votes
4answers
60 views

How to make my PHP project more secure? [closed]

I'm developing a project (testing at: http://trendfy.com/NS/home.php) for my college. The project is approved by my college and will be live by next week for above 5000 students and the project is ...
2
votes
1answer
327 views

how to sanitize the return values of getCookies(), getRequestURL() in HttpServletRequest?

In my Java EE project, I set a filter in web.xml file which will use the Class MyHttpServeltRequestWrapper (extends HttpServletRequestWrapper). I am overriding the methods getParameter/ ...
1
vote
1answer
96 views

Multi Factor Authentication and CloudBees web admin console

We would be interested in enabling Multi Factor Authentication (MFA) on our CloudBees accounts to improve security checks to access CloudBees Admin Console. Ideally, this mechanism would support the ...
10
votes
1answer
1k views

Implement signature-level security on Android services with more than one allowed signature

I'm developing on an application at the moment which contains quite a lot of personal user information - things like Facebook contacts, etc ... Now, one of the things I want to be able to do (and have ...
5
votes
3answers
2k views

How to achieve a Safe (!) authentication system in an angularjs app?

I'm new with angularjs... I read the docs, and completed the tutorial; i also tried something else by myself, and things start to make sense to me. Now i wonder how to make a safe authentication ...
4
votes
5answers
168 views

Restrict access to audio device under Windows XP-8 to specific application/user

I have written an c# 4.0 application that analyses the microphone input and records DTMF tones that represent credit card numbers entered by our clients. This all works well, but since we are working ...
1
vote
2answers
546 views

Weird yellow bar pops-up: 'Microsoft Data Access - Remote Data Services

When I access my site from any computer, I see this warning popping up: "This web site wants to run the following add-on: 'Microsoft Data Access - Remote Data Services Dat...' from 'Microsoft ...
1
vote
1answer
42 views

Django and SQL Injection with example

I'm receiving an incoming POST from another site, below is how I currently get it. I'm new to Django, but few things jump out at me and I'm wondering if I should be concerned. SQL Injection: As I ...
0
votes
1answer
13 views

How to minimize signin scripting attack

I'll jump right into the problem. Let's say my website has sign-in capability and has a lots of users. I'm getting sign-in scripting attacks where the hacker has list of "username" and ...
0
votes
2answers
47 views

What is the best way to expose only few tables from a database?

We have a database with just query capabilities and access to read/write data. There is another team that OFTEN needs to look at a few tables based on few parameters. We dont(will never) have the ...
0
votes
1answer
1k views

Anyone have BlazeDS working with WebLogic Security (j_security_check)?

I'm working on a Flex implementation (currently using SDK 3.5) on WebLogic 10.3 (11G.) We originally used Glassfish v2.1.1 with zero issues (there was an active directory group lookup bug but it did ...
0
votes
2answers
151 views

GSSException: Message stream modified (41)

I'm working with an LDAP in forest architecture (all servers and my server are windows). I'm binding to the AD using NTLM authentication. I have a JAVA code that perform the operations against the ...
0
votes
3answers
137 views

Signature/Hash Choice for File Integrity Verification

For a file repository, I need to select a hashing algorithm that will reasonably ensure the integrity of files. I need an algorithm that anyone (with a bit of effort) would be able to easily use to ...
0
votes
3answers
45 views

XSS - is it only possible by using JavaScript?

I understand there are lots of questions concerning Cross-Site Scripting on the SO and tried to read the most voted ones. Having read some webpages too I'm still unsure about all possibilities that ...
0
votes
2answers
49 views

Risk of unquoted bash parameters/variables

I recently read that it is dangerous to use unquoted parameter in bash scripts. I know that escaping is vital when it comes to SQL queries, but I don't see any problems with the following code (except ...
5
votes
2answers
103 views

Testing null byte vulnerability

I am helping my friend to finish his module for a website. From my first impression looking at his modules, I found some very dangerous things, but he says that this method is secure. Part of the ...

1 2 3 4 5 415