PHP 클래스 OpenPGP_S2K, horde

파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$count
$hash_algorithm
$salt
$type

공개 메소드들

메소드 설명
__construct ( $salt = 'BADSALT', $hash_algorithm = 10, $count = 65536, $type = 3 )
iterate ( $s )
make_key ( $pass, $size )
parse ( &$input )
raw_hash ( $s )
sized_hash ( $s, $size )
to_bytes ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $salt = 'BADSALT', $hash_algorithm = 10, $count = 65536, $type = 3 )

iterate() 공개 메소드

public iterate ( $s )

make_key() 공개 메소드

public make_key ( $pass, $size )

parse() 정적인 공개 메소드

static public parse ( &$input )

raw_hash() 공개 메소드

public raw_hash ( $s )

sized_hash() 공개 메소드

public sized_hash ( $s, $size )

to_bytes() 공개 메소드

public to_bytes ( )

프로퍼티 상세

$count 공개적으로 프로퍼티

public $count

$hash_algorithm 공개적으로 프로퍼티

public $hash_algorithm

$salt 공개적으로 프로퍼티

public $salt

$type 공개적으로 프로퍼티

public $type