🎯
Focusing
Systems & Software Engineering.
Finance & Quant programming.
SOA & Oracle AIA Consulting.
Check my GIST :
https://gist.github.com/reuniware
-
Reuniware Systems - InvestdataSystems
- France
- https://ntic974.blogspot.com
Pinned Loading
-
Forex-Rates-Viewer
Forex-Rates-Viewer PublicSend rates from Metatrader 5 to Dot Net C# Application !
C# 1
-
Kotlin-LocaleManager
Kotlin-LocaleManager PublicLocaleManager converted from Java to Kotlin
-
Android Kotlin : SHA-1 Hash and AES ...
Android Kotlin : SHA-1 Hash and AES Encryption/Decryption and Storing password, secretKey, IV and Hash in Shared Preferences 1fun hashAndSavePasswordHash(context: Context, clearPassword: String) {
2val digest = MessageDigest.getInstance("SHA-1")
3val result = digest.digest(clearPassword.toByteArray(Charsets.UTF_8))
4val sb = StringBuilder()
5for (b in result) {
-
(Android/Kotlin) Encrypt and Decrypt...
(Android/Kotlin) Encrypt and Decrypt with AES algorithm, and save/restore Secret Key and Inizialization Vector in SharedPreferences 12fun encrypt(context:Context, strToEncrypt: String): ByteArray {
3val plainText = strToEncrypt.toByteArray(Charsets.UTF_8)
4val keygen = KeyGenerator.getInstance("AES")
5keygen.init(256)
-
Log UDP and TCP requests (Python/Net...
Log UDP and TCP requests (Python/NetfilterQueue/Scapy) 1# apt-get install build-essential python-dev libnetfilter-queue-dev
2# pip install NetfilterQueue
3# sudo apt-get install python-netfilterqueue
4# iptables -F
5# iptables -F -t nat
-
Google Oboe Audio Recorder
Google Oboe Audio Recorder 1//
2// Created by Reuniware on 29/06/2020.
3//
4#include <jni.h>
5#include <string>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.