예제 #1
0
파일: Vault.php 프로젝트: aoepeople/vault
 public function decryptString($signedCiphertext)
 {
     return $this->phpCrypt->decrypt($signedCiphertext);
 }