An open API service indexing awesome lists of open source software.

https://github.com/dianpermana/cryptography

Cryptography: Encryption and Decryption as part of Security Test ( JavaScript + Groovy + .Jar File )
https://github.com/dianpermana/cryptography

aes-encryption-decryption base64-encoding comp128 crc-algorithms crypto cryptography des-encryption-decryption hash hmac jmeter jwt rc4-algorithm smartcard

Last synced: 30 days ago
JSON representation

Cryptography: Encryption and Decryption as part of Security Test ( JavaScript + Groovy + .Jar File )

Awesome Lists containing this project

README

        

# Cryptography

![Cryptography Aljazari Foundation](https://github.com/DianPermana/Cryptography/assets/18004033/f56b1b73-4719-4ae7-9d8a-a1274eb3fdf0)

## By Definition

*Cryptography* is the practice and study of secure communication techniques that allow for the transformation of information into a format that is unintelligible to unauthorized users, ensuring its confidentiality and integrity

*HMAC* stands for "Hash-Based Message Authentication Code." It is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret key

*Hashing* is a process of converting data (often referred to as a "message") into a fixed-size string of characters, which is typically a hexadecimal number

*Checksum* is a small-sized block of data derived from another block of digital data for the purpose of detecting errors that may have been introduced during its transmission or storage

## Short Video

https://github.com/DianPermana/Cryptography/assets/18004033/695c1a76-18d1-40f3-b604-fd3bd260c905

## List
1. JMeter Logging Basics
2. JavaScript Functions
3. Current Date in JavaScript
4. Loading Files in JMeter (JavaScript)
5. Type of Encoding techniques
6. Base64 via service
7. Base64 via import Library
8. Caesar Cipher
9. Morse Code
10. Vigenere Cipher
11. MD5 Message Digest Algorithm
12. SHA-1 Hashing
13. SHA-256 Hashing
14. SHA-512 Hashing
15. HMAC MD5
16. HMAC SHA1, SHA256, SHA512
17. JWT (JSON Web Token)
18. RC4 Encryption Basics
19. Data Encryption Standard (DES)
20. Advance Encryption Standart (AES)
21. CRC-16
22. CRC-32
23. Base64 in Function Groovy (JMeter)
24. Hashing in Function Groovy (JMeter)
25. RUN GSM Algorithm

## Custom JAR files in JMeter
at COMP128 code https://github.com/pmoerenhout/comp128 Add this code in pom.xml and then rebuild :
```


org.apache.jmeter
ApacheJMeter_java
5.5

```
also can download : https://github.com/DianPermana/Cryptography/blob/main/comp128-0.1.jar Example save on DIR_YOUR_JMETER\apache-jmeter-5.5\lib\ext\comp128-0.1.jar

## Thank You
1. Mas Seno with TELCO TOOLS and All R&D Team Cipta Srigati Lestari => KARYA ANAK BANGSA
2. Pim Moerenhout at https://github.com/pmoerenhout/comp128
3. tunjos at https://github.com/tunjos/java-crypto-utils
4. snksoft at https://github.com/snksoft/java-crc
5. https://www.lddgo.net/en/base/class?classID=3
6. https://www.base64encode.org/