diff --git a/.gitignore b/.gitignore index 2ae0188..1ae2161 100644 --- a/.gitignore +++ b/.gitignore @@ -408,3 +408,4 @@ CoverageReport /Resources/RsaKeys/encrypted.txt /api /_site +/archive \ No newline at end of file diff --git a/web/codestyler/css/codestyler.css b/web/codestyler/css/codestyler.css deleted file mode 100644 index 257417e..0000000 --- a/web/codestyler/css/codestyler.css +++ /dev/null @@ -1,76 +0,0 @@ -pre { - background: #f4f4f4; - border: 1px solid #ddd; - border-left: 3px solid #f36d33; - color: #666; - page-break-inside: avoid; - font: normal normal 14px/16px "Courier New", Courier, Monospace; - line-height: 1.0; - margin-bottom: 1.6em; - max-width: 100%; - padding: .5em 1em; - display: block; - word-wrap: break-word; - margin-left: 30px; - overflow: auto; - overflow-x: auto; - white-space: pre-wrap; - counter-reset: line; -} - -pre:hover, -pre:focus { - border-left: 3px solid #338df3; -} - -div.code { - position: relative; -} - -pre+button { - position: absolute; - top: 0; - right: 0; -} - -pre .line-number { - user-select: none; - float: left; - margin: 0 1em 0 -1em; - border-right: 1px solid; - text-align: right; -} - -pre .line-number span { - display: block; - padding: 0 .5em 0 1em; -} - -pre .cl { - display: block; - clear: both; -} - -.codeButton { - background-color: transparent; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2x; - border: 1px solid; - display: inline-block; - cursor: pointer; - color: #000; - font-family: Arial; - font-size: 14px; - padding: 2px 2px; - text-decoration: none; - margin: 2px 2px; -} - -.codeButton:hover { - background-color: transparent; -} - -.codeButton:active { - top: 1px; -} \ No newline at end of file diff --git a/web/codestyler/js/codestyler.js b/web/codestyler/js/codestyler.js deleted file mode 100644 index 238980c..0000000 --- a/web/codestyler/js/codestyler.js +++ /dev/null @@ -1,61 +0,0 @@ -(function() { - if (typeof fontSize === 'undefined') { - fontSize = 0 - } - if (typeof addLines === 'undefined') { - addLines = true - } - - changeCodeFontSize(fontSize); - addLineNumber(addLines); -})() - -function addLineNumber(addLines) { - if (addLines === true) { - var pre = document.getElementsByTagName('pre') - for (var i = 0; i < pre.length; i++) { - pre[i].innerHTML = '' + pre[i].innerHTML + '' - var num = pre[i].innerHTML.split(/\n/).length - for (var j = 0; j < num; j++) { - var lineNum = pre[i].getElementsByTagName('span')[0] - lineNum.innerHTML += '' + (j + 1) + '' - } - } - } -} - -function changeCodeFontSize(fontSize) { - if (fontSize == 0) { return } - var elements = document.getElementsByTagName('pre') - for (var i = 0; i < elements.length; i++) { - elements[i].style['font-size'] = fontSize + 'px' - } -} - -function codeCopy(id) { - var element = document.getElementById(id); - var text = element.innerHTML; - text.select; - element.focus; - - try { - copyCodeToClipboard(text, id); - } catch (err) { - console.error('Something went wrong to copy to clipboard', err); - } -} - -function copyCodeToClipboard(text, id) { - var cb = navigator.clipboard; - - if (!cb) { - console.warn('Re-try'); - codeCopy(id); - return; - } - - cb.writeText(text).then(function() {}, - function(err) { - console.error('Could not copy text: ', err) - }); -} \ No newline at end of file diff --git a/web/css/StyleSheet.css b/web/css/StyleSheet.css deleted file mode 100644 index c8a0fa0..0000000 --- a/web/css/StyleSheet.css +++ /dev/null @@ -1,7 +0,0 @@ -header { - padding: 156px 0 100px; -} - -section { - padding: 150px 0; -} \ No newline at end of file diff --git a/web/favicon/android-chrome-192x192.png b/web/favicon/android-chrome-192x192.png deleted file mode 100644 index 9d843fa..0000000 Binary files a/web/favicon/android-chrome-192x192.png and /dev/null differ diff --git a/web/favicon/android-chrome-512x512.png b/web/favicon/android-chrome-512x512.png deleted file mode 100644 index 8754699..0000000 Binary files a/web/favicon/android-chrome-512x512.png and /dev/null differ diff --git a/web/favicon/apple-touch-icon.png b/web/favicon/apple-touch-icon.png deleted file mode 100644 index c98d32d..0000000 Binary files a/web/favicon/apple-touch-icon.png and /dev/null differ diff --git a/web/favicon/favicon-16x16.png b/web/favicon/favicon-16x16.png deleted file mode 100644 index 1374cc0..0000000 Binary files a/web/favicon/favicon-16x16.png and /dev/null differ diff --git a/web/favicon/favicon-32x32.png b/web/favicon/favicon-32x32.png deleted file mode 100644 index 3fb8f6a..0000000 Binary files a/web/favicon/favicon-32x32.png and /dev/null differ diff --git a/web/favicon/favicon.ico b/web/favicon/favicon.ico deleted file mode 100644 index 4355f0d..0000000 Binary files a/web/favicon/favicon.ico and /dev/null differ diff --git a/web/favicon/site.webmanifest b/web/favicon/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/web/favicon/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/web/google02ac7e2efbfebc07.html b/web/google02ac7e2efbfebc07.html deleted file mode 100644 index f3b2b8d..0000000 --- a/web/google02ac7e2efbfebc07.html +++ /dev/null @@ -1 +0,0 @@ -google-site-verification: google02ac7e2efbfebc07.html \ No newline at end of file diff --git a/web/images/CryptoNetLogo-icon.ico b/web/images/CryptoNetLogo-icon.ico deleted file mode 100644 index 5c8fde4..0000000 Binary files a/web/images/CryptoNetLogo-icon.ico and /dev/null differ diff --git a/web/images/CryptoNetLogo-icon.png b/web/images/CryptoNetLogo-icon.png deleted file mode 100644 index acbd488..0000000 Binary files a/web/images/CryptoNetLogo-icon.png and /dev/null differ diff --git a/web/images/CryptoNetLogo.png b/web/images/CryptoNetLogo.png deleted file mode 100644 index 4cbb06a..0000000 Binary files a/web/images/CryptoNetLogo.png and /dev/null differ diff --git a/web/images/CryptoNetLogo.svg b/web/images/CryptoNetLogo.svg deleted file mode 100644 index 3435ae7..0000000 --- a/web/images/CryptoNetLogo.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - diff --git a/web/images/cryptonet-some.jpg b/web/images/cryptonet-some.jpg deleted file mode 100644 index 3ba93f9..0000000 Binary files a/web/images/cryptonet-some.jpg and /dev/null differ diff --git a/web/images/development.png b/web/images/development.png deleted file mode 100644 index bdfa473..0000000 Binary files a/web/images/development.png and /dev/null differ diff --git a/web/index.html b/web/index.html deleted file mode 100644 index 92ad403..0000000 --- a/web/index.html +++ /dev/null @@ -1,105 +0,0 @@ - - - -
- - - - - - - - - - - - - - -Open Source asymmetric and symmetric encryption library
- - View on GitHub - - Share on LinkedIn -`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `
`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `
`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `