alice icon indicating copy to clipboard operation
alice copied to clipboard

Java AES encryption library

Results 2 alice issues
Sort by recently updated
recently updated
newest added

In the meantime exclude it when adding Alice as a dependency ``` implementation('com.github.rockaport:alice:0.9.0') { exclude group: 'org.codehaus.groovy', module: 'groovy-all' } ```

The encryption and decryption method throw OOM error for larger files on certain devices (Example is Samsung Galaxy J7, Samsung S5...). The while loop and byte[] are being modified to...