C# 클래스 Org.BouncyCastle.Crypto.Generators.BCrypt

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

공개 메소드들

메소드 설명
Generate ( byte password, byte salt, int cost ) : byte[]

비공개 메소드들

메소드 설명
BCrypt ( ) : System
CyclicXorKey ( byte key ) : void
DeriveRawKey ( int cost, byte salt, byte psw ) : byte[]
EncryptMagicString ( ) : byte[]
F ( uint x ) : uint
InitState ( ) : void
ProcessTable ( uint xl, uint xr, uint table ) : void
ProcessTableWithSalt ( uint table, uint salt32Bit, uint iv1, uint iv2 ) : void

메소드 상세

Generate() 공개 정적인 메소드

public static Generate ( byte password, byte salt, int cost ) : byte[]
password byte
salt byte
cost int
리턴 byte[]