Update: There is a more secure version available. Details
<?php
$plaintext = 'My secret message 1234';
Update: There is a more secure version available. Details
<?php
$plaintext = 'My secret message 1234';
using System; | |
using System.Collections.Generic; | |
using System.Drawing; | |
using System.Drawing.Imaging; | |
using System.IO; | |
using System.Runtime.InteropServices; | |
namespace WmfColorChecker | |
{ | |
public class Program |
class Program | |
{ | |
public static void Main(string[] args) | |
{ | |
var docStore = new DocumentStore | |
{ | |
Url = "http://apphost02.mountville.dmz:9000", | |
DefaultDatabase = "MMI" | |
}; |
class Program | |
{ | |
public static void Main(string[] args) | |
{ | |
var docStore = new DocumentStore | |
{ | |
Url = "http://apphost02.mountville.dmz:9000", | |
DefaultDatabase = "MMI" | |
}; |
namespace ClusterTest | |
{ | |
public class Program | |
{ | |
private const string ReadFromDb = "http://genesis:9001"; | |
private const string WriteToDb = "http://uatwebserver.mountville.dmz:9000"; | |
public static void Main(string[] args) | |
{ | |
var docStore = new DocumentStore |