Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/pbkdf2.m at check-in b16f2b9e25648063
|
2025-06-22
| ||
| 19:32 | Deleted: Point to the new repository check-in: [ec62287f25] user: js branch: trunk, size: 0 | |
|
2025-01-01
| ||
| 12:58 | Update copyright file: [0dc7080b58] check-in: [9d802a786d] user: js branch: trunk, size: 3363 | |
|
2024-04-03
| ||
| 02:16 | Change license to LGPLv3 only file: [379dcfcbbf] check-in: [7413a728a7] user: js branch: trunk, size: 3363 | |
|
2024-01-02
| ||
| 17:17 | Update copyright file: [fe93b27f28] check-in: [26ddd2e4e4] user: js branch: trunk, size: 3155 | |
|
2023-01-06
| ||
| 09:04 | Update copyright file: [85eb66fd93] check-in: [8939cbdb52] user: js branch: trunk, size: 3155 | |
|
2022-03-25
| ||
| 10:22 | OFCryptographicHash: Add -[calculate] Before, -[digest] would do the final calculation, however, this would mean a property modifies state, which is bad. file: [cca92e4a20] check-in: [82801897d3] user: js branch: trunk, size: 3155 | |
|
2022-02-12
| ||
| 07:46 | Update copyright file: [b45f589efb] check-in: [1a86b8175b] user: js branch: trunk, size: 3100 | |
|
2021-04-18
| ||
| 20:51 | Renamed and modified src/pbkdf2.m → src/OFPBKDF2.m. Rename everything in several smaller files file: [dc320d6211] check-in: [35de667566] user: js branch: new-naming-convention, size: 3100 | |
| 15:55 | Rename all functions in macros.h file: [6494b10589] check-in: [7392685ffc] user: js branch: new-naming-convention, size: 3099 | |
|
2021-04-17
| ||
| 16:40 | of_pbkdf2_parameters_t -> OFPBKDF2Parameters file: [f0a1f23d5e] check-in: [a2941ce6a1] user: js branch: new-naming-convention, size: 3100 | |
|
2021-01-02
| ||
| 22:04 | Update copyright file: [11ab09dd1b] check-in: [374e1a1bfa] user: js branch: trunk, size: 3105 | |
|
2020-06-21
| ||
| 21:30 | Move parameters for of_pbkdf2() to a struct This should make it more readable for such a large number of parameters. file: [ae8f98e1e6] check-in: [b9641347e3] user: js branch: trunk, size: 3194 | |
|
2020-01-02
| ||
| 01:51 | Update copyright file: [7bd85babf9] check-in: [c7f0229795] user: js branch: trunk, size: 3128 | |
|
2019-12-27
| ||
| 00:41 | OFSecureData: Add allowsSwappableMemory property With this property, it's possible to specify whether the memory should be protected from swapping or not. This makes it easier for e.g. the crypto hash classes: They can now just always use OFSecureData without wasting unswappable memory if it's not needed. file: [7efc688caa] check-in: [e629dc83a9] user: js branch: trunk, size: 3125 | |
|
2019-03-08
| ||
| 00:35 | Use dot syntax file: [8a2fd39e02] check-in: [bceb7ed4c9] user: js branch: trunk, size: 2932 | |
|
2019-01-03
| ||
| 19:13 | Update copyright file: [ba13c01e7e] check-in: [0509d7a844] user: js branch: trunk, size: 2925 | |
|
2018-04-08
| ||
| 22:56 | pbkdf2: Make use of the new OFSecureData file: [6466d1abf3] check-in: [a60d291359] user: js branch: trunk, size: 2919 | |
|
2018-01-03
| ||
| 19:49 | Update copyright notice file: [94e87aa2d2] check-in: [7e5c81e186] user: js branch: trunk, size: 2694 | |
|
2017-01-09
| ||
| 17:36 | Update copyright Forgot to add 2017, even though I already did quite some changes in 2017. file: [3d1ad1cc1a] check-in: [44f45c2e35] user: js branch: trunk, size: 2671 | |
|
2016-10-08
| ||
| 15:57 | Implement scrypt file: [9f2303e3be] check-in: [dcff33c798] user: js branch: trunk, size: 2665 | |
|
2016-07-25
| ||
| 22:30 | Added: Implement PBKDF2 file: [e70bcecc17] check-in: [49d1987eaf] user: js branch: trunk, size: 2648 | |