PhpSpreadsheet/tests/data/Shared/PasswordHashes.php

29 lines
337 B
PHP

<?php
return [
[
'PhpSpreadsheet',
'BCDE',
],
[
'Mark Baker',
'877D',
],
[
'!+&=()~§±æþ',
'C0EA',
],
[
'秘密口令',
'C07E',
],
[
'leyndarmál lykilorð',
'99E8',
],
[
'',
'CE4B',
],
];