-
Notifications
You must be signed in to change notification settings - Fork 1
Demo data
João Almeida edited this page Jan 2, 2023
·
1 revision
This repository contains synthetic FASTA files and key pairs for demonstrating the functionality of the tool.
Three synthetic FASTA files are included in this repository:
-
input1.fasta
: A synthetic FASTA file with a random DNA or protein sequence of length 100. -
input2.fasta
: A synthetic FASTA file with a random DNA or protein sequence of length 1000. -
input3.fasta
: A synthetic FASTA file with a random DNA or protein sequence of length 10000.
You can use these files to demonstrate the encryption and decryption functionality of the SecureFASTA tool.
Two key pairs for the Elliptic Curve Cryptography (ECC) algorithm are included in this repository:
-
public_key.pem
: A public key for ECC in PEM format. -
private_key.pem
: A private key for ECC in PEM format.
You can use these key pairs to demonstrate the password encryption and decryption functionality of the SecureFASTA tool.