Skip to content

Vishnusimha/Present80-Encryption-Algorithm

Repository files navigation

Present80-Encryption-Algorithm

	strcpy(plaintext, "ffffffffffffffff"); 	// Assigning values
	strcpy(inputKey, "ffffffffffffffffffff");

	cipher text: 3333dcd3213210d2



	strcpy(plaintext, "0000000000000000");
	strcpy(inputKey, "ffffffffffffffffffff");

	cipher text: e72c46c0f5945049


	strcpy(plaintext, "ffffffffffffffff");
	strcpy(inputKey, "00000000000000000000");

	cipher text: a112ffc72f68417b

About

Present80-Encryption-Algorithm in C++ (Working)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published