Authentication is commonly understood as the act of asserting a user's or entity's identity, although in the wider sense it can refer to asserting the truthfulness of any kind of claim. Authentication, like encryption, is a major component in implementing computer security.

learn more… | top users | synonyms (3)

0
votes
0answers
12 views

C# Programmatic Remote Folder / File Authentication In Non-Domain Windows Environment

I need to be able to programmatically authenticate when trying to read and write files on a remote computer in a non-domain environment. When you type a command into the Windows RUN prompt that is ...
1
vote
2answers
24 views

What's the Node.js equivelent of the PHP hash function (including salt and raw output)?

My co-worker has a database that stores account information; an account's SHA256 hashed password and salt value are stored in columns as raw binary data (blobs). The password is hashed in PHP using ...
0
votes
1answer
12 views

remember me functionality with specific server topology

I'm implementing the "remember me" functionality for the client of our product and I'm a bit stuck with it. Here what we have: 3 separated servers, which doesn't comunicate each other. A client ...
0
votes
0answers
10 views

Flask login together with client authentication methods for RESTful service

Here is the situation: We use Flask for a website application development.Also on the website sever, we host a RESTful service. And we use Flask-login for as the authentication tool, for BOTH the web ...
0
votes
1answer
13 views

How to set timeout for rails HTTP authentication?

I am using rails HTTP digest authentication on some of my website's controller. It is working fine for my purpose but it timeout very quick. How can I adjust the timeout parameter for HTTP digest ...
0
votes
0answers
8 views

HtmlUnit throws exception for submitting button in the login page

I want to login to my yahoo email using htmlunit in java, I have try to use many different ways to log in but neither seem to be working for me. It seems to be the submit button the problem. Please ...
-1
votes
0answers
11 views

Resources to get into android frameworks/ libraries

Can you suggest resources to get into android frameworks/ libraries ? I want to learn creation of libraries for native android apps. (This is for a user authentication/authorization kind of ...
1
vote
1answer
19 views

How to implement authentication for mobile Django client based upon JqueryMobile, AngularJs, PhoneGap

I'm trying to create a one-site mobile app using AngularJS and jquerymobile, deploying it as a "native" app using PhoneGap. The one-page navigation is build up similar to this jsfiddle, using ...
0
votes
1answer
11 views

How does the google+ login button pass the token to the client?

Most implementations of oauth2 on the client side require some kind of redirect, where you redirect your user to a login page, which on successful login and authorization, redirects back to your site ...
0
votes
0answers
6 views

Making non extended permissions optional

In this question someone asked how to ask for optional permissions. The question was answered with this link which says that extended permissions are automatically optional in the new auth dialog. I ...
0
votes
0answers
8 views

Kerberos Authentication in ios application

does any of u have idea on "How to implement kerberos protocol in IOS Applications? Actually it is a computer network authentication protocol which works on the basis of "tickets". "IS THERE ANY ...
0
votes
0answers
21 views

CakePHP authentication - Can't login with form

I'm using email_address as username for a simple login. public $components = array( 'DebugKit.Toolbar', 'Session', 'Auth' => array( ...
0
votes
0answers
15 views

How to get the windows login user on asp web page?

I wonder if it is possible for an official way or hack to retrieve the windows login of the user currently logged on a asp web page with option "allow anonymous users" ? Or using imported windows dll ...
0
votes
1answer
22 views

Exception in connecting to DB2 source using Java JDBC driver

I am trying to connect DB2 database using java,Below the driver and connection string details i am giving, Class.forName("com.ibm.db2.jcc.DB2Driver"); DB2DataSource db2ds = new DB2DataSource(); ...
0
votes
0answers
24 views

API key Public vs secret

I am using codeigniter for building web apps, and we decide to implement Phil Sturgeon Restful application with codeigniter supporting many kind of authentications like: Basic, digset and Public Api ...

1 2 3 4 5 864
15 30 50 per page