motoharu-gosuto
motoharu-gosuto
1. Add interface IF00DKeyEncryptor with virtual method: int encrypt_key(const unsigned char* key, int key_size, unsigned char* drv_key); 2. Rename F00DKeyEncryptor to F00DUrlKeyEncryptor and implement IF00DKeyEncryptor interface. 3. Create F00DFileKeyEncryptor and...
Implemented in https://github.com/motoharu-gosuto/psvpfstools/tree/f00d-service-interface branch
@tomazzz369 Due to circumstances I am returning to the developement of psvpfstools. I have implemented this request in a separate branch called f00d-service-interface. Please consider looking at readme and using...
@tomazzz369 Were you able to test this functionality?
@tomazzz369 Thank you very much for testing and suggestions! I will try to implement it. Current functionality is supposed to be bare minimum that is working. But indeed proper error...
Just making notes to myself. I need to add those changes.
@TheRadziu Thanks for the suggestion. I actually had this idea for quite some time. The problem is that it was not that simple to implement. So I started some refactoring...
@leifi76 Hi. This is a known issue. You can see by checking the other issues. Unfortunately I don't have time to fix it right now.
@leifi76 At the moment - the only workaround is to fix it and then compile yourself. =)
@maledin It seems that this is the case of some unexpected data that I was not able to encounter before. This is a new bug.