- Timestamp:
- Dec 5, 2023 4:57:05 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp
r102376 r102483 137 137 /* pszResultStr */ "$6$foo12345$cb11CtCP6YgoZr8SyNoD2TAdOY4OmTzA6kfDgju5JrNVzgeCBU1ALbJHVlEuSImPKAoSnT53N7k7BqzjYRRPk/" 138 138 }, 139 { /* Expected string in Korean */ 140 /* pszPassword */ "이것은 테스트입니다", /* "This is a test" */ 141 /* pszSalt */ "foo12345", 142 /* cRounds */ RT_SHACRYPT_DEFAULT_ROUNDS, 143 /* enmType */ TST_DIGESTTYPE_SHA256, 144 /* rc */ VINF_SUCCESS, 145 /* pszResultStr */ "$5$foo12345$7fumMsJKgCGipks2nNPi185ANXwfTf9Ilz70J4wKqe1" 146 }, 147 { /* Expected string in Korean */ 148 /* pszPassword */ "이것은 테스트입니다", /* "This is a test" */ 149 /* pszSalt */ "foo12345", 150 /* cRounds */ RT_SHACRYPT_DEFAULT_ROUNDS, 151 /* enmType */ TST_DIGESTTYPE_SHA512, 152 /* rc */ VINF_SUCCESS, 153 /* pszResultStr */ "$6$foo12345$IWlIz4tyl39ETRpKlQ.R42tdeB2Ax9gz9sazAynilHDFm0zXUdsrm4nXzdlSd5jJhvwV7EPSc./2pBNoL1PIw1" 154 }, 139 155 { /* Custom rounds */ 140 156 /* pszPassword */ "changeme",
Note:
See TracChangeset
for help on using the changeset viewer.

