Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
SecretFlow is a unified framework for privacy-preserving data intelligence (https://www.kitploit.com/search/label/Intelligence) and machine learning. To achieve this goal, it provides: An abstract device layer consists of plain devices and secret (https://www.kitploit.com/search/label/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 (https://www.kitploit.com/search/label/Analysis) and machine learning (https://www.kitploit.com/search/label/Machine%20Learning) with horizontal or vertical partitioned data. A workflow layer that seamlessly integrates data processing, model training, and hyperparameter tuning.

___________________________
@hacking_Attack
@Hacking_Video
Install For users who want to try SecretFlow, you can install the current release from pypi (https://pypi.org/). Note that it requires python version == 3.8, you can create a virtual environment with conda if not satisfied. pip install -U secretflow Try you first SecretFlow program >> import secretflow as sf >>> sf.init(['alice', 'bob', 'carol'], num_cpus=8, log_to_driver=True) >>> dev = sf.PYU('alice') >>> import numpy as np >>> data = dev(np.random.rand)(3, 4) >>> data ">>>> import secretflow as sf
>>> sf.init(['alice', 'bob', 'carol'], num_cpus=8, log_to_driver=True)
>>> dev = sf.PYU('alice')
>>> import numpy as np
>>> data = dev(np.random.rand)(3, 4)
>>> data
Getting started Getting started (https://secretflow.readthedocs.io/en/latest/getting_started/index.html) Tutorials help you to understand and use secretflow (https://secretflow.readthedocs.io/en/latest/tutorial/index.html) The api reference (https://secretflow.readthedocs.io/en/latest/reference/index.html) Deployment Standalone or Cluster Mode (https://github.com/secretflow/secretflow/blob/beta/docs/getting_started/deployment.md) Contribution guide For developers who want to contribute to SecretFlow, you can set up an environment with the following instruction. git clone https://github.com/secretflow/secretflow.git

# optional
git lfs install

conda create -n secretflow python=3.8
conda activate secretflow
pip install -r dev-requirements.txt -r requirements.txt Coding Style We prefer black (https://github.com/psf/black) as our code formatter. For various editor (https://www.kitploit.com/search/label/Editor) users, please refer to editor integration (https://black.readthedocs.io/en/stable/integrations/editors.html). Pass -S, --skip-string-normalization to black (https://github.com/psf/black) to avoid string quotes or prefixes normalization. Disclaimer Non-release versions of SecretFlow are prohibited to use in any production environment due to possible bugs, glitches, lack of functionality, security issues or other problems.

Download Secretflow (https://github.com/secretflow/secretflow)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
remove default apps on a samsung smart tv

This is driving me nuts, nothing I can find works. There's like 10 paid service apps I have no interest in ever using. It won't even let me shove them to the end of the shortcut list so I need to scroll through them every single time to get to something I actually want. It won't even let me remove them in development mode.

Is there like a new OS I can pop on here that is less annoying? I don't care if it looks and functions the same. Just want these stupid apps gone. Thanks.

Model UN55TU700DFXZA

submitted by /u/goldenmeow1
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Security +

I just got started in hacking, does anyone have any advice for the security + exam and when I should do it. Also is there any other certs I can do right now as a beginner?

submitted by /u/mr_cyb3rz
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
So if your browser gets hooked 🎣 are you screwed?

What I mean is the hook only active during the current browsing session?

Does closing the browser & clearing browser cache remove hook 🪝?

How do you become unhooked?

submitted by /u/samsungcloudsolution
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Resources for beginners?

What are some great resources to dive into ethical hacking? I have searched across the internet and i don't have the knowledge to know what is good and what's just some generic stuff for people trying to sell courses. It'll be helpful if there are some free resources you guys can recommend to a student. I'd like to see some quantifiable progress in my skill with a 6 month goal

submitted by /u/SirHarryOfKane
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video