Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 414 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 414 Bytes

DNA_Data_Storage

This repo includes our work on transforming Text data to DNA nucleotide data.

Compression Algorithms

1 Gz Compression

2 Bzip2

3 DEFLATE

4 LZW

5 Huffman

Also add any text compression algorithms you get, we can easily test and add code for them

Encoding Algorithms

1 2 Window Repeats

2 XOR

3 Goldman

Encryption

1 Symmetric Encryption (Using Fernet, Python cryptography lib)