Timeline for Java 256-bit AES Password-Based Encryption
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 16, 2016 at 23:20 | comment | added | Maarten Bodewes | This solution seems to use some awkward buffer handling and absolutely sub-par exception handling, basically logging them and then forgetting about them. Be warned that using CBC is OK for files but not for transport security. Using PBKDF2 and AES can of course be defended, in that sense it may be a good foundation for a solution. | |
| Jun 3, 2015 at 2:57 | history | edited | Doug | CC BY-SA 3.0 |
Update FileInputStream to Generic InputStream
|
| Jun 3, 2015 at 2:51 | history | answered | Doug | CC BY-SA 3.0 |