Dmitry Isaenko desu
  • Joined on 2019-12-07
desu pushed to master at desu/ns-usbloader 2023-02-01 12:44:53 +03:00
f8b60af41b FS drafts
desu pushed to master at desu/konogonka 2023-01-21 14:47:14 +03:00
fe0f67bcad Update to work with the latest libKonogonka code revision
desu pushed to master at desu/libKonogonka 2023-01-21 14:45:51 +03:00
1f25e917c3 Small optimizations, renaming
394bc8f226 XTS AES - remove deprecated BouncyCastle methods usage
Compare 2 commits »
desu pushed to master at desu/libKonogonka 2023-01-21 13:47:45 +03:00
6e4e4dd3e7 AES CTR refactor, simplify, unify
desu pushed to master at desu/libKonogonka 2023-01-20 23:55:47 +03:00
5bb6a3c3f4 Fix AES CTR decryption issue
desu pushed to master at desu/libKonogonka 2023-01-18 21:12:29 +03:00
d63d2416ff Fix BLZ unpack algorithm, cover by test. Few small corrections.
desu pushed to master at desu/libKonogonka 2023-01-17 00:59:01 +03:00
0b2548da92 Add some sugar to KIP1 and Converter
desu pushed to master at desu/libKonogonka 2023-01-16 21:01:56 +03:00
373d254b6a Update Ini1Provider, make reliable package2 tests
desu pushed to master at desu/libKonogonka 2023-01-16 09:45:58 +03:00
f53af3cd46 Fix read-from-stream flow errors
desu pushed to master at desu/libKonogonka 2023-01-14 15:07:39 +03:00
7add08c196 Ass stream support into System2 related classes.
desu pushed to master at desu/libKonogonka 2023-01-13 16:56:37 +03:00
045d195f91 Fix InFileStreamProducer
desu pushed to master at desu/libKonogonka 2023-01-12 12:51:19 +03:00
365326456b Add BLZ decompress functionality. Used in KIP1.
desu pushed to master at desu/libKonogonka 2023-01-08 00:02:01 +03:00
ce16e19985 Adjust added classes to application domain standards; add interface for KIP1 extraction
desu pushed to master at desu/libKonogonka 2023-01-06 17:38:12 +03:00
e47d977779 Unify export functionality
desu pushed to master at desu/libKonogonka 2023-01-06 13:04:37 +03:00
3262fb2360 KIP1 export support
desu pushed to master at desu/libKonogonka 2023-01-05 18:22:54 +03:00
e406dd642c Rename AesCtr classes used for NCA's media blocks decryption, add KIP1, KernelMap, INI1 classes that helps to retrieve information from headers, export, decrypt, etc. See Package2UnpackedTest.java for details.
desu pushed to master at desu/libKonogonka 2022-12-30 07:07:07 +03:00
83cf199beb Add some sugar for AesCtr CipherInputStream.
desu pushed to master at desu/libKonogonka 2022-12-27 07:22:28 +03:00
d2358758c6 Create 'normal' aes crt 'decryption-class' (sugar). Continue making Package2 provider, header and all the things like that
desu pushed to master at desu/ns-usbloader 2022-12-26 07:59:43 +03:00
4ccf833aa5 Fix issue where version was not showing in CLI mode; clear locale_en_US since it's just placeholder
desu pushed to master at desu/konogonka 2022-12-26 07:40:24 +03:00
8f5481ab3e Correct application to be in line with libKonogonka