Verification checks whether a product complies with specifications and further fixed conditions.

learn more… | top users | synonyms

0
votes
0answers
14 views

Windows 7 CNG provider for certificate signature verification

I'm working on my own signature CNG provider and I want to be able to verify signatures in certificates with the help of it. I have downloaded Cryptographic Provider Development Kit, there are some ...
0
votes
2answers
48 views

How to implement email verification with php?

I'm using php and laravel as a framework. I want to let user be able to activate their accounts through email. I have no experience with this however. I already set up a form that asks for username, ...
-2
votes
1answer
23 views

Developer account verification problems for creating new app [closed]

Setup: I have been struggling most of the afternoon, trying to understand why FB won't allow me to create a new Login App. Finally(!) figured out it is because I have a business account, not a ...
0
votes
1answer
29 views

SVA: Use of implication (|=>) vs sequence?

SystemVerilog Assertion properties can be built with implication operators |=> and sequences ##1 For example : property P1; @(posedge clk) A ##1 B |=> C ##1 D; endproperty Above we ...
0
votes
0answers
15 views

How to verify php script authenticity via CDN online service?

E.g. I am selling a WordPress or Joomla plugin and after the user installs and activates this plugin, but it still remains not vworking, because he needs to click on some "verify" button so the status ...
0
votes
0answers
19 views

Calculation of False acceptance rate and False rejection rate in speaker verification

I download MIT database for speaker verification however, I don't know how to use it. It has 48 speakers (22 were female while 26 were male) with two session and each session 54 speech samples per ...
0
votes
2answers
42 views

Activity stops when call comes

I am developing an application in which My idea is when someone installs the application the user will get a call from a number which is generated randomly, then the application will check if the user ...
1
vote
1answer
18 views

Marketplace site: how to verify an account is who it says it is?

I'm working on a project for philanthropists to donate to many different charities through a single website. When charities sign up on my site, I need some way to make sure they are who they say they ...
2
votes
1answer
41 views

Present State of Random Number Generator in System Verilog

How we can get the present state or present seed of Random number generator in system verilog??
0
votes
0answers
13 views

JAVA - Verifying Signed Message

I'm now developing message sign application through java. In the below code, it works no problems but I don't know how to use its' result. In detail, the result 'String(Hex.encode(signatureBytes));' ...
-1
votes
4answers
73 views

Is it possible to detect if 'capslock is on' in a click event in jquery?

I would like to know if it is possible to detect the state of caps lock key using jquery and without any key press. Let me be more clear. I have a password field. When I just click on it or when the ...
-4
votes
0answers
25 views

developer verification with phone number does not work [closed]

Verification repeatedly tried without success. Correct phone number given and that was the ONLY option available. NO I do not have a mobile phone but the Google phone works for text messages. No ...
0
votes
0answers
47 views

Application failed codesign verification in application loader

I am using xcode 4.2 Build 4C151a. And I failed to submit my app through organizer because this. But app loader doesn't work either. It just gives a error: Application failed codesign verification. ...
0
votes
1answer
38 views

How Do I Allow Someone To Select Their Age & Load Step 2 Or Redirect Them?

I am having trouble editing a landing page. I need to get the visitor to select their age. 24 or older and they go to Step 2, if they select under 24 they get sent to http://www.google.com for ...
0
votes
4answers
63 views

Sending an email verification after registering

I want, that users who register on my site, have to activate their account first, before using it. The problem is, that I don't get any email to my email test account. Before I start posting a code, ...
0
votes
1answer
26 views

PHPBB checking input is number

I'm using data_verification to check the values from the post array as follows... if ($_POST) { $validate_array = array( 'recipe_name' => array('string', false, 5, ...
1
vote
2answers
82 views

paypal IPN simulator always giving INVALID response when live,

I'm using this: https://github.com/Quixotix/PHP-PayPal-IPN and during sandbox testing everything was working fine. My code is pretty much the same as the one in this question: Paypal IPN Valid in ...
-1
votes
0answers
78 views

Is there a GUI Ubuntu/Linux file manager that verifies files (similar to TeraCopy)? [closed]

On Windows systems, I use TeraCopy as a simple Explorer replacement that is both faster and verifies integrity using CRC32. I'm looking for a Linux equivalent that can do verification on Debian ...
-2
votes
0answers
16 views

Retail Website Order Processing [closed]

I am creating a retail website and I would like to accept both credit and debit cards, but NOT Visa gift cards. The reason I cannot accept gift cards as a form of payment is because I am selling a ...
-3
votes
0answers
198 views

Phone verification, invalid confirmation code [closed]

I have searched everywhere and can't find an answer to this... I have been trying to verify facebook account with my cellphone, every single time it sends me the code, I enter in the code and click ...
0
votes
0answers
60 views

Should I validate an embedded timestamp in a PAdES signature when doing signature verification?

I'm trying to understand if and how I should validate a PAdES signature with an embedded timestamp. This embedded timestamp is obtained from a timestamp authority (TSA). If the signature includes crl ...
3
votes
1answer
37 views

Verification issue using the Jessie plug-in and Frama-C

I'm new to Frama-C and I want to learn the ACSL syntax properly. I have this dummy example and the Jessie plug-in cannot verify line nr 9 and 12. Am I missing something? The function to be verified ...
0
votes
1answer
45 views

I need to verify the ownership of website using “metatag” in Webmaster Tools - Response 400: Bad Request

I need to verify the ownership of website using "metatag" in Webmaster Tools. I am using Google Webmaster Tool API in Vb.net. Following are the code logic. Dim client As New WebClient Try ...
0
votes
1answer
138 views

How to check input data while typing in datagridview & move cursor to the next cell?

I have dataGridView with one row, which may contain from 1 to 30 cells. Now I need to check the input data while typing, and if the verification is passed, then give focus to the next cell... By the ...
0
votes
0answers
13 views

having payment wait until shipment is verified? [closed]

I want to create a system using the paypal api that allows a customer to: Make a payment for a product using several different options: credit card, eCheck, etc. That payment will go into a cue and ...
2
votes
1answer
44 views

correct javascript pre-check approach for a “change password” dialog

This question is not about security or "how to correctly implement" related issues, it's about the concept of pre-checking entered values. As a first approach, I tried to implement following ...
0
votes
4answers
49 views

jquery javascript verify

I am having some trouble with my verification. Here, an input is being checked that it is a number, is not = to nothing, and it is greater than or = to 3 and less than or = to 12. For some reason, I ...
0
votes
1answer
118 views

Can I use $urandom_range with time variables

I wanted to know if I can simply write: time time_var; time_var = $urandom_range (10ms, 7ms); I've tried using it directly, there are no errors/warnings issued. However returned value is not ...
0
votes
1answer
141 views

C# determining if an IP address represents a real host

Problem: there's an input field in an application where the user can enter either host name or IP address. I need to tell if the entered address corresponds to a real host. I'm not talking about a ...
0
votes
0answers
72 views

Application failed code signed verification ('13) - Tried Everything

This is a topic that has been covered quite often but since software is being updated constantly some answers are outdated. I am trying to submit an app to the appstore with poor results. I have ...
0
votes
0answers
27 views

How to verify my website in Google Webmaster Tools

I want to set my preferred domain in Google Webmaster Tools but when I click on "Save" it asks me to verify my website. After reading the documentation I learned I had to click on "Manage site" and ...
0
votes
1answer
66 views

Generating the verification code for a lost password?

I need to generate the token/verification code for a user having lost his/her password, but I can't rely on the existing Joomla installation, as 1) it's a very old Joomla installation (1.5.15) and 2) ...
0
votes
1answer
41 views

Django - User active after two verifications

I am writing an application in Django that requires the users to verify their e-mail address and phone number (through a code sent via SMS) in order to have the permissions of the group they belong ...
0
votes
1answer
82 views

String format verification without regex (C++03)

Does anyone know of a better way to verify string format in C++ without using the C++11 regex class. Basically I have several strings in this type of format TAG1:VALUE, TAG2:VALUE, TAG1:VALUE, ...
-1
votes
3answers
81 views

how to nullify register in system verilog

How do i nullify a register in system verilog if i do not know the size? for example if i have: reg [DATA_WIDTH-1:0] data_stack; with some parameter DATA_WIDTH given to the module. Is it possible ...
0
votes
1answer
329 views

php curl_setopt cacert.pem for paypal

I'm trying to set up a callback handler for IPN (paypal) verification. I know what curl does, but I don't know what 'cacert.pem' is (certificate...?). this is where the callback.php file fails ...
-1
votes
2answers
85 views

javascript verify is a number or only letters

I know there are other questions similar to this one, but I ask anyways, I am trying to verify a zip code has only numbers entered, and name has only letters entered. I tryed some of the isNaN, but ...
0
votes
2answers
226 views

C implementation of ECDSA signature and verification with openssl

I am trying to create C program were I can choose from a menu which options I want from Signing a message and Verify a message. I have the code that signs the message and verifies at the same time. ...
0
votes
0answers
445 views

iOS 6.1.2 receipt verification

Some of my customers are complaining about getting errors when purchasing a product with iOS 6.1.2. The receipt verification (apple code) is failing the following test: NSString *localIdentifier ...
2
votes
1answer
378 views

Not able to install iPhone App archive via Xcode Organizer/iTunes

I have spent quite some time trying to resolve the following issue: We use to give xcode-built products (OurApp.app) to our customers for testing (they usually then drag them on their test devices via ...
0
votes
1answer
55 views

What is wrong with this rough PHP verification method?

So, this is my code: $login_user_name = $_POST['login-user-name']; //salt is declared earlier $login_user_pword = super_encrypt($_POST['login-user-pword'], $login_salt); $login_veri_query = ...
0
votes
0answers
42 views

verify request from cURL

I Have my script posting some data to a new site(server) using cURL, but I would like a way for my second script(server) to verify the server posting the data. Something like: If ...
0
votes
3answers
97 views

PHP file_get_contents server check

I have separate servers for my projects, and I would like to ask for stuff across all of them. I found that I had to use either PHP: file_get_contents or cURL, but then here is my question. Is there a ...
5
votes
2answers
147 views

Test vectors for floating point unit

I have designed a 32-bit single precision floating point multiplier and also a separate add/subtract unit in Verilog. I have a script in MATLAB that I wrote that generates a bunch of random floating ...
0
votes
0answers
169 views

Check .apk-signature in C/native Code

I have developed an Android application which also contains a native part written in C (which does not depend on the app). The application itself is useless if the shared library does not do its ...
0
votes
1answer
92 views

Cannot verify openssl smime verify over SSH

I'm trying to SSH into the server at my university in order to do an OpenSSL assignment. I have my self-signed certificate aasignedcert.pem, the private key it was signed with aaprivatekey.pem and my ...
0
votes
2answers
116 views

PHP: File upload not verifying file type

I am trying to upload an image file. I receive the file name and OK and there are no errors, but for some reason when it reaches my file type if/else statement: if($filetype != 'image/jpeg' || ...
0
votes
0answers
159 views

adding age verification to magento

Just want to know the best way to put a age gate to my magento website. Preferably with javascript, with the use of cookies. Don't wanna go in for PHP as it will hurt the SEO. I'd like to do it on my ...
0
votes
1answer
542 views

Javascript/jquery age verification popup for magento

Okay, so I tried to integrate this datepicker to my magento page for the purpose of age verification. I have successfully added the required CSS and jQuery script files to the head section of my ...
0
votes
1answer
86 views

How to create a phone registration verification system for free

I know and understand that this isn't Yahoo! Answers but nevertheless I will ask this question without including any code. I am interested in creating a phone based registration system like Google ...

1 2 3 4 5 9