P
P
propovednik2011-04-11 09:47:59
PHP
propovednik, 2011-04-11 09:47:59

Authorization through user certificates in PHP?

Dear habrusers! Tell me where to read information about authorization through user certificates in PHP? Well, or at least just about getting data from the certificate (full name, taxpayer registration number, etc.) All the articles that I stumble upon through search engines about how to put opensl and issue a couple of your certificates :( And the task is to organize authorization through certificates issued by the National Accounting Center (Kazakhstan)

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Andrey Yantsen, 2011-04-11
@zvirusz

<?php 
$ssl = openssl_x509_parse($_SERVER['SSL_CLIENT_CERT']);
print_r($ssl); 
?>

C
cat_crash, 2012-03-08
@cat_crash

Maybe there is. But if not, then dribble towards SAPI5 for Windows for synthesis. True, I'm afraid that the result will not be very impressive. from experience - the delay between sending the text and generating the file is a few seconds.

A
Alexander, 2012-03-08
@akalend

The Mac has voice prompt options,
but as I understand it, there are already ready-made words - phrases,
you can choose the voice you like.

M
Mihrutkin, 2012-03-08
@Mihrutkin

For me, the most wire-like synthesizer from Google

Z
Zeldan, 2012-03-08
@Zeldan

As I understand it, Russian speech is
needed api.voicefabric.ru/
speechpro.com/
Our guys make good software.
Provides the ability to synthesize voice.
In general, Real-time is a rather complicated process, such engines have not been met, it is best if you process one word at a time, that is, add a stray that will be 1 word late from the keyboard and send it to the api of the synthesizer for playback.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question