Questions tagged [pin-code]

A personal identification number (PIN) is a numeric password shared between a user and a system that can be used to authenticate the user.

A personal identification number (PIN, pronounced "pin"; often erroneously PIN number) is a secret numeric password shared between a user and a system that can be used to authenticate the user to the system. wikipedia

36 questions
0
votes
0 answers

Returning users can login with pin code instead of username/password

I have a pretty basic app that uses Firebase.io for user authorization. I've found some things on how to set up so you can recognize returning users and start them on a different screen as first time users by setting a Boolean value in…
John
  • 1,808
  • 7
  • 28
  • 57
0
votes
1 answer

Two OwnerPIN object in Java Card

I am working on a Java Card application where our requirement is to keep some static data and balance in the card. For security I was thinking to make 2 object of OwnerPIN. One object is for terminal authentication (i.e. the terminal needs to send 8…
Arjun
  • 3,491
  • 4
  • 25
  • 47
0
votes
0 answers

iOS add pinpad to secure the app

I'm building an iPad app in where I need to implement a pin secure lock screen. I have created a very simple hardcoded password 1234, see below: - (IBAction)enterPassword { NSString *passwordString = [NSString stringWithFormat:@"1234"]; if…
angular_learner
  • 671
  • 2
  • 14
  • 31
-1
votes
1 answer

How to validate pin code from address that address contain also a mobile number

1 :- ho no 55 A Akbarpur Behrampur vijay nagar 7827183008 Ghaziabad UP 201009 2 :- 47- A 57798/4343 ward no 7 ghaziabad 201009 UP 3 :- 45456/343 ward 76587 Lucknow 110087 4 :- ho no 55 a behrampur ghaziabad 210 501 I have this type of string I…
-1
votes
2 answers

I have to find a 4 digit PIN code hidden in 3 line text

using System; namespace HiddenMessageC { class Program { static void Main(string[] args) { string encodedPinNumber = Console.ReadLine(); string startPostionString = Console.ReadLine(); …
-2
votes
2 answers

How to autofill city name by giving pin code using javascript and php?

I am not able to autofill city by giving pincode even though database connection successfull. Below is the code: pin.php
1 2
3