Skip to content

Commit

Permalink
real first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Moxinilian committed Apr 30, 2020
1 parent 9d679b1 commit 07c0604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "slip"
license = "MIT"
description = "An hassle-free utility to encrypt error handling strings in your public binaries to protect your business logic"
description = "A hassle-free utility to encrypt error handling strings in your public binaries to protect your business logic"
repository = "https://github.com/Moxinilian/slip/"
readme = "README.md"
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license]: LICENSE

An hassle-free utility to encrypt error handling strings in your public binaries to protect your business logic.
A hassle-free utility to encrypt error handling strings in your public binaries to protect your business logic.

**This crate DOES NOT provide general runtime obfuscation for strings. Please consider using something like [obfstr](https://github.com/CasualX/obfstr) for this purpose.**

Expand Down

0 comments on commit 07c0604

Please sign in to comment.