Skip to content

Commit f7c470b

Browse files
committed
Fix package error
1 parent 170438f commit f7c470b

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Package.resolved

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,19 @@
99

1010
[Security through obscurity](https://en.wikipedia.org/wiki/Security_through_obscurity) for iOS apps.
1111

12-
Inspired by [twenty3/Obfuscator](https://github.com/twenty3/Obfuscator), and these articles:
12+
This package contains both a library and command line tool.
13+
14+
Use the `obfuscate` command line tool to encrypt your secret token. It generates both a token and a key you can use to reveal the original value.
1315

16+
Include the library in your application to decode the value at runtime.
17+
18+
Inspired by [twenty3/Obfuscator](https://github.com/twenty3/Obfuscator), and these articles:
1419

1520
* [Secret Management on iOS - NSHipster](https://nshipster.com/secrets/)
1621
* [Managing secrets within an iOS app | Lord Codes](https://www.lordcodes.com/articles/managing-secrets-within-an-ios-app)
1722
* [Secure Secrets in iOS app. How do we store our secrets on the… | by Shahrukh Alam | Swift India | Medium](https://medium.com/swift-india/secure-secrets-in-ios-app-9f66085800b4)
1823
* [Protecting Million-User iOS Apps with Obfuscation: Motivations, Pitfalls, and Experience - IEEE Conference Publication](https://ieeexplore.ieee.org/abstract/document/8449256)
1924

20-
21-
This package contains both a library and command line tool.
22-
23-
Use the `obfuscate` command line tool to encrypt your secret token. It generates both a token and a key you can use to reveal the original value.
24-
25-
Include the library in your application to decode the value at runtime.
26-
2725
## Requirements
2826

2927
- Swift 5.5+

0 commit comments

Comments
 (0)