sha256.inc.php
SPIP, Système de publication pour l'internet
Copyright © avec tendresse depuis 2001 Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James
Ce programme est un logiciel libre distribué sous licence GNU/GPL.
Table of Contents
Functions
- spip_sha256() : string
- Main routine called from an application using this include.
Functions
spip_sha256()
Main routine called from an application using this include.
Use hash('sha256', $str)
spip_sha256(string $str) : string
General usage: require_once('sha256.inc.php'); $hashstr = spip_sha256('abc');
Parameters
- $str : string
-
Chaîne dont on veut calculer le SHA
Return values
string —Le SHA de la chaîne