Skip to content
  • Home
  • Private policy
  • About
  • Home
  • Private policy
  • About
Codehub - coding tips and tricks
Codehub - coding tips and tricks
  • Home
  • About
.NetLinuxSecurity

[.NET] Creating HTTP API to Greenbone Vulnerability Manager using GVM-CLI

Adam MajstrakDec 30, 2024Dec 30, 2024
In this article, I will show how to create HTTP API for GVM-CLI All code samples you can find here....
Read More
JavaSecurity

[Java] Signing and validating data using JKS and public key

Adam MajstrakFeb 28, 2024Feb 28, 2024
In this article I will show how to sign string data with private key and validate it using public key....
Read More
.NetSecurity

[.Net] Signing and validating data using private and public key

Adam MajstrakFeb 17, 2024Feb 28, 20242 Comments on [.Net] Signing and validating data using private and public key
In this article I will show how to sign string data with private key and validate it using public key....
Read More
.NetKafka

[.Net] Fast sending data from database to Kafka

Adam MajstrakJan 5, 2024Feb 28, 20242 Comments on [.Net] Fast sending data from database to Kafka
In this article I will show the fast way to read data from database and sent to Kafka topic without...
Read More
.NetKafka

[.Net] Connection to Kafka – create Kafka consumer for dummies

Adam MajstrakDec 23, 2023Feb 28, 20242 Comments on [.Net] Connection to Kafka – create Kafka consumer for dummies
In this article you can find out how to create Kafka consumer using .Net 8 All examples you can find...
Read More
.NetKafka

[.Net] Connection to Kafka – create Kafka producer for dummies

Adam MajstrakDec 22, 2023Feb 28, 20244 Comments on [.Net] Connection to Kafka – create Kafka producer for dummies
In this article you can find out how to create Kafka producer using .Net 8 All examples you can find...
Read More
By continuing to browse this site, you agree to our Cookie policies.