Cybersecurity · IoT & Embedded · Blockchain · Automation
| Area | Description |
|---|---|
| IoT & Embedded | Security experiments, evaluations for routers, connected devices, embedded systems |
| Standards & Regulations | Work around security guidelines, certifications, and compliance tooling |
| Blockchain & Web3 | Smart contracts, DeFi mechanics, on-chain automation PoCs |
| Security Tooling | Scripts and automation to support evaluations and pentests |
| CTF & Training | Challenges and training material for security teams and trainees |
Technology
Technology is deeply embedded in our lives and infrastructure. With the right intent and discipline, it can be a force for resilience and progress instead of complexity and risk.
Day to day, I work on making security part of how products are actually built, shipped, and maintained — not just a checkbox. That means combining engineering, standards, and process so that security is systematic and repeatable.
Cybersecurity
Cybersecurity is what makes digital transformation sustainable. It's the difference between innovation that lasts and innovation that gets rolled back after the first incident.
I enjoy the mix of technical depth (reverse engineering, pentesting, automation) and higher-level structure (risk, governance, repeatable methodologies). My focus is on building approaches and tooling that teams can actually use, across many products and evaluations.
Internet of Things
IoT is where security becomes tangible: devices in homes, hospitals, factories, cities. A misconfiguration or weak design is no longer just "data risk" — it can affect safety, privacy, and operations.
I work on IoT security evaluations and documentation for connected products, aligning with standards and regulatory expectations and helping manufacturers understand both the technical and practical sides of securing their devices. I also build hands-on demos and CTFs to train others on how these systems can be attacked and defended.
Blockchain
Blockchain sits at the intersection of cryptography, economics and software engineering. I'm particularly interested in:
- Decentralized finance (DeFi) mechanics and the security assumptions behind them
- Smart contracts that automate interactions and enforce rules transparently
- On-chain components for tracking software artifacts, SBOMs or device identities
Beyond classic DeFi, I explore how blockchain and smart contracts can be used for auditability, automation and transparent coordination — especially when combined with IoT and security use cases.
"There is no power for change greater than a community discovering what it cares about." — Margaret J. Wheatley
| Backend |
DevOps |
Frontend |
Technologies |
View the WhoAmI snippet
class WhoAmI:
user = 'Paul'
current_work = 'Senior IoT Security Evaluator and Blockchain Manager'
profile_overview = (
'Security engineer working on IoT, mobile and cloud security, and blockchain.'
)
description_profile = (
'IoT security evaluations, contribute to standards and EU projects, '
'and build tools and processes that make security work repeatable and practical.'
)
hobbies = [
'Building and breaking IoT devices',
'Blockchain / Web3 experiments',
'Designing CTF-style training challenges',
'Skiing and travelling',
'Ping pong',
'Learning and teaching new things'
]
def getCountry(self):
return "France"
def Ambitions(self):
MakeIoTSafer()
BuildHelpfulSecurityTools()
GrowAndMentorSecurityTeams()
BridgeResearchAndRealWorld()
KeepLearningEveryYear()
# + many more long-term projects in security and tech


