Skip to content

tsarnet/rust-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSAR Rust Demo

The purpose of this repository is to provide a simple example of TSAR authentication using Rust.

This example uses very basic obfuscation and encryption. Make sure to implement further security measures for your production software.

banner

The security measures used in this example are:

Release flags

[profile.release]
stack-protector = true
strip = "symbols"
panic = "abort"
opt-level = 3
debug = false
lto = true
cfi = true

Warning

If you wish to follow this as an example implementation for TSAR, make sure to add extra security measures on top of the ones used by this example. While this example will give you a strong base which will prevent most average reverse-engineering attempts, it still has room for improvement.

TSAR is not responsible for the security of your client-side application, therefore we do not have any specific recommendations for security outside of the ones already listed above.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages