PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
Varovanie |
T�to funkcia je EXPERIMENT�LNA. Spr�vanie tejto funkcie, n�zov tejto funkcie a hoci�o in� zdokumentovan� o tejto funkcii sa m�e zmeni� bez pov�imnutia v bud�com vydan� PHP. Pou��vajte t�to funkcii na svoje vlastn� riziko. |
Vracia TRUE pri �spechu alebe FALSE pri chybe. If successful the signature is returned in signature.
openssl_sign() computes a signature for the specified data by using SHA1 for hashing followed by encryption using the private key associated with priv_key_id. Note that the data itself is not encrypted.
See also openssl_verify().
Predchádzajúci | Domov | Nasledujúci |
openssl_seal | Hore | openssl_verify |