Skip to content

the-real-andreasbk/quickxorhash-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status: build_status

quickxorhash-java

Java MessageDigestSpi implementation of the proprietary Quick XOR Hash for Microsoft OneDrive for Business.

Quick Start

To add this provider at runtime use:

    import java.security.Security;
    import com.sndr.crypto.provider.QuickXorHashProvider;
    Security.addProvider(new QuickXorHashProvider());

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%