blob: 3477c4365d718ae4238e5656b94194cef659dacf [file] [log] [blame]
{
"name": "TextbookRSA",
"version": "0.0.1",
"summary": "A textbook implementation of RSA encryption, for teaching purposes.",
"description": "WARNING: NOT FOR REAL-WORLD ENCRYPTION!\n\nTextbookRSA was written with the goal of providing a (very) simplified and readable implementation of RSA encryption for beginners. On top of that, it contains an implementation of \"decryption through period finding\", which shows how RSA encryption could be broken if one had a fast period-finding oracle (e.g. a quantum computer with an implementation of Shor's algorithm).",
"homepage": "https://github.com/imagineon/TextbookRSA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomás Silveira Salles": "ts@imagineon.de"
},
"source": {
"git": "https://github.com/imagineon/TextbookRSA.git",
"tag": "0.0.1"
},
"platforms": {
"osx": "10.10"
},
"swift_version": "4.0",
"source_files": "TextbookRSA/**/*"
}