Skip to content

HuaGCS/jetbra-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetbra tools

🇨🇳中文 | 🇬🇧English


Related tools for jetbra based on enthusiastic Mr. Big

Usage

Extract Information of Valid License

use cert::jetbra_key::extract_valid_jbkey;

fn main() {
    let jbkey = "<valid jetbra license>";
    match extract_valid_jbkey(jbkey) {
        Ok((id, data)) => {
            println!("License ID: {}", id);
            println!("License Data: {}", data);
        }
        Err(e) => {
            println!("Error: {}", e);
        }
    }
}

About

jetbra tools

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 99.1%
  • Shell 0.9%