write draft for device anonymization
This commit is contained in:
parent
cd9da9d200
commit
2250789ae1
1 changed files with 12 additions and 30 deletions
|
@ -1,44 +1,26 @@
|
||||||
---
|
---
|
||||||
title: "Device Anonymization"
|
title: "Device Anonymization"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Learn how to build Blowfish manually."
|
description: "Learn how you could implement anonymized hardware."
|
||||||
---
|
---
|
||||||
|
|
||||||
# Lorem Ipsum
|
Preloading your organization's devices with a secure and private operating system can be
|
||||||
|
|
||||||
Lorem Ipsum is a **dummy text** often used in the **printing** and **typesetting** industry. It has been the industry's standard **dummy text** since the 1500s when an unknown printer took a galley of type and scrambled it to make a **type specimen book**. It has survived not only five centuries but also the leap into electronic typesetting, remaining essentially unchanged.
|
### Android: CalyxOS and GrapheneOS
|
||||||
|
|
||||||
## Why Lorem Ipsum?
|
CalyxOS and GrapheneOS are two of the most reputable custom ROMs for Android devices, focused on privacy and security. Both ROMs offer a range of features that allow users to take control of their device's data and prevent unauthorized access.
|
||||||
|
|
||||||
- Lorem Ipsum provides a **placeholder** for text content when designing documents, websites, or graphic layouts.
|
* **CalyxOS**: Developed by Calyx Institute, this open-source operating system offers basic security features to keep your user's data safe while also being as recognizable to stock Android. Like GrapheneOS, Calyx supports on-device encryption, regular security updates, and sandboxing apps in a "Work" profile.
|
||||||
- It allows designers and developers to focus on the **visual aspects** of their work without being distracted by the actual content.
|
* **GrapheneOS**: Developed by Daniel Micay, is a hardened Android-based operating system featuring enhanced sandboxing and secure element support. GrapheneOS's strong focus on reducing the Android attack surface by disabling unneeded features and services sets it apart from other privacy-focused operating systems including CalyxOS. But, may feature a steeper learning curve compared to CalyxOS.
|
||||||
- It ensures that the layout and formatting are the primary focus during the initial design phase.
|
|
||||||
|
|
||||||
## Lorem Ipsum Variations
|
### Privacy-Focused Desktop Linux Distributions
|
||||||
|
|
||||||
There are many variations of Lorem Ipsum available, but the most common version consists of a passage from Cicero's *De Finibus Bonorum et Malorum* (The Extremes of Good and Evil).
|
* **Qubes OS**: Qubes OS is a security-focused operating system that compartmentalizes different tasks into separate virtual machines (VMs) called "AppVMs" or "qubes." This approach provides an additional layer of isolation, creating a more dynamic attack surface.
|
||||||
|
* **Tails OS**: Tails is a live operating system that leaves no trace on the host computer. It routes all internet traffic through the Tor network by default, protecting users' anonymity. Preloaded with privacy-focused applications, Tails OS offers a comprehensive solution for secure communication with a more device agnostic design.
|
||||||
|
|
||||||
### Sample Lorem Ipsum Text
|
|
||||||
|
|
||||||
```markdown
|
### Use-cases
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
|
||||||
```
|
|
||||||
|
|
||||||
## Lorem Ipsum Tables
|
- **Bail Funds**: Agents of a bail fund or similar organization need to maintain that the devices which data is being shared to are secure, these organizations could employ a policy to require that devices connected to the bail fund's servers are running in a secured container or connecting over Tor/a selected VPN.
|
||||||
|
|
||||||
You can also use Lorem Ipsum in tables:
|
- **Journalists in High Risk Countries**: Some countries that maintain a national firewall wont be as kind to users connecting to Tor or even just a 3rd party time server, CalyOS tries to make sure the user is "blending in" while only providing anonymized data to the carrier and any 3rd pary corperate servers.
|
||||||
|
|
||||||
| Header 1 | Header 2 |
|
|
||||||
| ---------------| ------------ |
|
|
||||||
| Lorem ipsum | dolor sit |
|
|
||||||
| amet, | consectetur |
|
|
||||||
| adipiscing | elit. |
|
|
||||||
|
|
||||||
## Conclusion
|
|
||||||
|
|
||||||
In summary, Lorem Ipsum is a valuable tool for designers and developers to create aesthetically pleasing layouts without getting bogged down by content creation. It offers flexibility in terms of variations and can be easily integrated into various design projects using Markdown formatting or other markup languages.
|
|
||||||
|
|
||||||
```javascript
|
|
||||||
// Here's a JavaScript snippet
|
|
||||||
console.log("Hello, world!");
|
|
||||||
```
|
|
Loading…
Add table
Reference in a new issue