Skip to content

A unified framework for privacy-preserving data analysis and machine learning

License

Notifications You must be signed in to change notification settings

da-niao-dan/secretflow

This branch is 2 commits behind secretflow/secretflow:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f693e3 · Mar 25, 2025
Nov 15, 2024
Mar 7, 2025
Dec 10, 2024
Feb 10, 2025
Mar 25, 2025
Mar 18, 2025
Nov 15, 2024
Jan 21, 2025
Feb 10, 2025
Mar 13, 2024
Mar 18, 2025
Mar 20, 2024
Mar 11, 2024
Jan 10, 2023
Sep 20, 2022
Nov 17, 2022
Nov 15, 2024
Oct 16, 2023
Nov 15, 2024
Apr 18, 2022
Mar 4, 2024
Dec 10, 2024
Mar 25, 2025
Apr 18, 2022
Sep 20, 2022
Mar 12, 2025
Oct 16, 2023
Dec 19, 2023
Nov 15, 2024
Aug 23, 2023
Jul 19, 2024
Feb 25, 2025
Nov 15, 2024
Apr 28, 2023
Dec 10, 2024
Nov 15, 2024

Repository files navigation


CircleCI GoodFirstIssue Contribution Map

简体中文English

SecretFlow is a unified framework for privacy-preserving data intelligence and machine learning. To achieve this goal, it provides:

  • An abstract device layer consists of plain devices and secret devices which encapsulate various cryptographic protocols.
  • A device flow layer modeling higher algorithms as device object flow and DAG.
  • An algorithm layer to do data analysis and machine learning with horizontal or vertical partitioned data.
  • A workflow layer that seamlessly integrates data processing, model training, and hyperparameter tuning.

Documentation

SecretFlow Related Projects

  • Kuscia: A lightweight privacy-preserving computing task orchestration framework based on K3s.
  • SCQL: A system that allows multiple distrusting parties to run joint analysis without revealing their private data.
  • SPU: A provable, measurable secure computation device, which provides computation ability while keeping your private data protected.
  • HEU: A high-performance homomorphic encryption algorithm library.
  • YACL: A C++ library that contains cryptography, network and io modules which other SecretFlow code depends on.

Install

Please check INSTALLATION.md

Deployment

Please check DEPLOYMENT.md

Learn PETs

We also provide a curated list of papers and SecretFlow's tutorials on Privacy-Enhancing Technologies (PETs).

Please check AWESOME-PETS.md

Contributing

  • Contributor Rewards: Thank you for contributing to SecretFlow! All contributors will receive: A SecretFlow Open Source Contributor Certificate & An exclusive SecretFlow T-shirt 📌 Apply Now

Good First Issues

We have a list of good first issues. This is a great place for newcomers and beginners alike to get started, gain experience, and get familiar with our contribution process.

Contribution Map

We also welcome community collaboration on more advanced initiatives! Whether you're refining features, optimizing workflows, or proposing new ideas – there are opportunities for contributors of all skill levels to shape SecretFlow's future.

Benchmarks

Please check OVERALL_BENCHMARK.md

Disclaimer

Non-release versions of SecretFlow are prohibited from using in any production environment due to possible bugs, glitches, lack of functionality, security issues or other problems.

About

A unified framework for privacy-preserving data analysis and machine learning

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.3%
  • C++ 0.3%
  • Dockerfile 0.2%
  • Starlark 0.1%
  • C 0.0%