Informatics

triops.apk – CHACHA20+KECCAK encryption on Android

In a previous post I introduced triops, a multiplatform tool for encrypting files usign CHACHA20 and KECCAK algorithms. As the code is simple C, I’ve used JNI to port the code to the Android platform. The Android .apk package is available here, ready to install on your Android device. You can also find the .apk … Continue reading

Informatics

triops: a multiplatform cmdline encryption tool using CHACHA + KECCAK

I’ve developed in C a simple command line tool for encryption/decryption of files, which I have named triops. It uses CHACHA20 as algorithm for encryption/decryption and KECCAK-512 as hash algorithm. Source code is available at github. Check github for latest changes! Executables for some platforms (linux, Windows, HP-UX, Solaris, and Android) are available here. For … Continue reading