Skip to content

cuda implementation of one time pad encryption algorithm

Notifications You must be signed in to change notification settings

richursa/cudaOnetimePadEncrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cudaOnetimePadEncrypt

cuda implementation of one time pad encryption algorithm one time pad is a simple encryption algorithm which uses a random key of the same size as the file to be encrypted. this implementation encrypts data by xor'ing it with random bytes. one time pad is a perfect cipher and is unbreakable.

About

cuda implementation of one time pad encryption algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published