https://github.com/kornelski/rust-security-framework
Bindings to the macOS Security.framework
https://github.com/kornelski/rust-security-framework
keychain macos rust rust-bindings
Last synced: about 2 months ago
JSON representation
Bindings to the macOS Security.framework
- Host: GitHub
- URL: https://github.com/kornelski/rust-security-framework
- Owner: kornelski
- License: apache-2.0
- Created: 2015-08-20T06:45:52.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-10-20T15:43:12.000Z (5 months ago)
- Last Synced: 2026-01-13T03:35:49.371Z (about 2 months ago)
- Topics: keychain, macos, rust, rust-bindings
- Language: Rust
- Homepage: https://lib.rs/security-framework
- Size: 3.13 MB
- Stars: 284
- Watchers: 10
- Forks: 99
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Security: security-framework-sys/Cargo.toml
Awesome Lists containing this project
- awesome-rust-cn - kornelski/rust-security-framework
- awesome-rust - kornelski/rust-security-framework
- awesome-rust-security - rust-security-framework - Rust bindings to the macOS `Security.framework` (Cryptography / Frameworks)
- awesome-rust - kornelski/rust-security-framework
- awesome-rust-cn - kornelski/rust-security-framework
- awesome-rust-zh - kornelski/rust-security-framework - 安全框架的绑定(OSX 原生) (库 / 加密)
- awesome-rust - kornelski/rust-security-framework - Bindings for Security Framework (OSX native) (Libraries / Cryptography)
- awesome-rust - kornelski/rust-security-framework
- fucking-awesome-rust - kornelski/rust-security-framework - Bindings for Security Framework (OSX native) (Libraries / Cryptography)
- awesome-rust-with-stars - kornelski/rust-security-framework - 10-20 | (Libraries / Cryptography)
README
# macOS/iOS Security framework for Rust
[](https://lib.rs/crates/security-framework)
[Documentation](https://docs.rs/security-framework)
Bindings to the Apple's `Security.framework`. Allows use of TLS and Keychain from Rust.
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.