From 07c0604e873401bbf67382ba201af2ed719ba0ab Mon Sep 17 00:00:00 2001 From: Moxinilian Date: Thu, 30 Apr 2020 16:56:17 +0200 Subject: [PATCH] real first commit --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d40338..7eb5b85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index edcea25..725d9f2 100644 --- a/README.md +++ b/README.md @@ -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.**