ContentPosts from @desertprincess..
Link
@faun shared a link, 3 years ago
FAUN.dev()

ERC-4337 & Web3 Messaging

While blockchain has made great strides in backend and cryptography security, UX still lacks fluidity. Ethereum users face clunky user flows, regular authentication requests, and low engagement rates. A recent update, account abstraction, aims to improve frontend UX and reengagement rates. Addition.. read more  

ERC-4337 & Web3 Messaging
Link
@faun shared a link, 3 years ago
FAUN.dev()

Building a smart contracts fuzzer for fun and profit

The article discusses the importance of security in Web3 and how smart contracts are vulnerable to attacks due to their open-source and public nature. The author suggests thatunit testing is not enoughto ensure security and insteadproposes the use of property-based testing or "fuzzing"to generate t.. read more  

Building a smart contracts fuzzer for fun and profit
Link
@faun shared a link, 3 years ago
FAUN.dev()

'We made close to $1 million': Inside the murky world of airdrop farming

Airdrops have made a comeback in the crypto world, with projects likeArbitrumandOptimismoffering generous allocations to early adopters. Airdrop farmers, who aim to maximize their gains by grabbing as many tokens as possible, have emerged as a result. However, airdrop farming is not without risk, a.. read more  

'We made close to $1 million': Inside the murky world of airdrop farming
Link
@faun shared a link, 3 years ago
FAUN.dev()

How banks are eyeing deposit tokens for B2B payments

German banks plan to issue deposit tokens to compete with digital currencies. Corporate clients can issue the deposit token directly onto a private DLT network, enabling a more convenient form of money as a native asset of DLT. Interoperability among bank deposit tokens is one way to simplify the p.. read more  

How banks are eyeing deposit tokens for B2B payments
Link
@faun shared a link, 3 years ago
FAUN.dev()

Securing Azure Container Services: Best Practices and Tips

Azure Kubernetes Service (AKS) is a managed Kubernetes service that simplifies the deployment, management, and scaling of containerized applications. However, it is important to ensure that your cluster is secure. Best practices include: - using Role-Based Access Control (RBAC), - enabling network.. read more  

Securing Azure Container Services: Best Practices and Tips
Link
@jasminwatson shared a link, 3 years ago

Worried if your site speed might be affecting your website’s performance? These tools have got your back with detailed insights into the site’s loading speed.

Link
@faun shared a link, 3 years ago
FAUN.dev()

Western Digital discloses network breach, My Cloud service down

Western Digitalhas announced that it experienced a security breach on March 26 and that an unauthorized party gained access to multiple systems. The company is working with the authorities to investigate the incident and has implemented additional security measures to safeguard its systems and oper.. read more  

Western Digital discloses network breach, My Cloud service down
Link
@faun shared a link, 3 years ago
FAUN.dev()

Don’t Let Google Manage Your Passwords

Using Chrome’s built-in password manager may not be safe, according to experts. While Google's password manager is conveniently built right into Chrome, it doesn't use zero-knowledge encryption, meaning thatGoogle can see all of the information users save. It's better to switch to a dedicated pass.. read more  

Don’t Let Google Manage Your Passwords
Link
@faun shared a link, 3 years ago
FAUN.dev()

Microsoft Purview DevOps policies for Azure SQL Database is now generally available

Microsoft has launched the General Availability of DevOps policies for Azure SQL Database, which enables IT and DevOps personnel, and external contractors, to securely and inexpensively access database system metadata at-scale. DevOps policies provide centralized access to SQL Dynamic Management Vi.. read more  

Microsoft Purview DevOps policies for Azure SQL Database is now generally available
Link
@faun shared a link, 3 years ago
FAUN.dev()

Using OIDC to secure your CI/CD Pipelines - No more long lived access keys!

UsingOIDCto authenticate in AWS and Azure pipelines is a good practice, removes the need for access keys, and makes pipeline infrastructure secure and less fragile. This blog covershow to authenticate using OIDC in AWS and Azure pipelines via GitHub actions, and the benefits include granular contro.. read more  

Using OIDC to secure your CI/CD Pipelines - No more long lived access keys!