Yakiv Mospan

Results 16 comments of Yakiv Mospan

First of all you need to convert `AES` key into a string, so later you will be able to encrypt it with `RSA`. http://stackoverflow.com/questions/5355466/converting-secret-key-into-a-string-and-vice-versa ```java SecretKey secretKey; String stringKey; try...

Hi Jan, If I understand it correctly, you will need to have all public RSA keys and AES key. Then you can encrypt file with AES, for each recipient you...

Don't know how to implement this using JCA, but sounds better then choosing key for specific recipient. Maybe you can find some info here https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#Cipher. I will also try to...

You can also check this http://stackoverflow.com/questions/19491536/data-encryption-decryption-with-two-or-more-possible-keys-in-java and this http://flylib.com/books/en/1.274.1.29/1/ posts

Few more materials for this topic: - http://stackoverflow.com/questions/16586627/should-i-use-cipher-wrap-mode-or-cipher-encrypt-mode-to-encrypt-a-session-key - http://www.itcsolutions.eu/2011/08/24/how-to-encrypt-decrypt-files-in-java-with-aes-in-cbc-mode-using-bouncy-castle-api-and-netbeans-or-eclipse/ @CtrlShiftTab , btw if you look at the [description you sent](https://tools.ietf.org/html/rfc5652#section-6) above more carefully, you will notice that they are...

Hello, thanks for your reply, can you please provide information about the API level of the device you are facing this issue on?

That shall be investigated. Maybe `wkhtmltopdf` have some options to do that.

@Yingmin-Li send us sample project, where "while" is not working for you.

Hey Denis, from [a quick google](https://stackoverflow.com/questions/14675913/changing-image-size-in-markdown), I do see it is possible to add a size to markdown syntax. But unfortunately, right now I have no free time to dig...

Hey guys, thanks for your contribution. Will try to get into these issues as soon as possible. Pull requests are always welcomed here.