Skip to content

Instantly share code, notes, and snippets.

View mohnish82's full-sized avatar

Mohnish Chaudhary mohnish82

View GitHub Profile
@mohnish82
mohnish82 / Program.cs
Last active November 21, 2023 20:10
Digital signature verification - CSharp and Java
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
namespace DigitalSigning
{
@mohnish82
mohnish82 / DeleteGoogleVoiceCallLog.html
Created November 8, 2012 03:46
Selenium script to recursively delete google voice call log
<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head profile=”http://selenium-ide.openqa.org/profiles/test-case”>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<link rel=”selenium.base” href=”https://www.google.com/” />
<title>gv_del</title>
</head>
<body>
<table cellpadding=”1″ cellspacing=”1″ border=”1″>