Re: verify a strem of bytes

2006-07-18 Thread ilgianna (sent by Nabble.com)
ok. i undertsand. but is there any way to do that without programming? this i s a little part of a big project and i'dl like to test all steps before starting to develop. I 'd like to know if there is a simple way to create a verifiable file from the bytes. I tried to use notepad, notepad++ and ot

Re: verify a strem of bytes

2006-07-18 Thread Marek Marcola
Hello, > You understand perfectly. Yes, as you said after some APDU exchange i have a > stream message digest encrypted with smart card private key. A stream like > this, for example: > > 79 E0 D4 DB AC 47 93 F6 D8 0C E8 FD A9 35 CB 45 64 06 20 D2...and so on... > > Now, how can i save this strea

Re: verify a strem of bytes

2006-07-18 Thread ilgianna (sent by Nabble.com)
First of all, thank you for your answer. You understand perfectly. Yes, as you said after some APDU exchange i have a stream message digest encrypted with smart card private key. A stream like this, for example: 79 E0 D4 DB AC 47 93 F6 D8 0C E8 FD A9 35 CB 45 64 06 20 D2...and so on... Now, how

Re: verify a strem of bytes

2006-07-18 Thread Marek Marcola
Hello, > Hi all. I'm new here and i have a question. > I'm working with smart card at low level, without using opensc and other > software like it; now, i can compute digital signature of a stream of bytes > obtaining the same result as in OpenSSL. The digital signature is a stream > of bytes too,