-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
285 lines (247 loc) · 13.1 KB
/
index.html
File metadata and controls
285 lines (247 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html>
<head>
<title>SAS-ROSET – Free & Open-Source Experimental Encryption Tool for Files & Text</title>
<meta charset="utf-8">
<link rel="icon" href="imgs/favicon.ico" sizes="any">
<link rel="icon" type="image/png" href="imgs/SAS_ROSET_ICON_3.png" sizes="192x192">
<link rel="apple-touch-icon" href="imgs/SAS_ROSET_ICON_3.png">
<meta name="viewport" content="width=device-width, initial-scale=0.8, shrink-to-fit=yes">
<meta name="description" content="ROSET (ROS Encryption Tool) is a free & open-source encryption tool offering file and text encryption with the experimental SAS-RCS and SAS-RBS algorithms.">
<meta name="keywords" content="SAS-ROSET, free encryption tool, open-source encryption, file encryption, text encryption, SAS-RCS, SAS-RBS, substitution cipher, secure data, ROS Encryption Tool">
<meta name="robots" content="index, follow">
<meta name="google-site-verification" content="YvoMYTaOQlpGAFRjA9lJStfJ8IS7sHaa0dOD4mAU45k" />
<meta property="og:title" content="SAS-ROSET - Free & Open-Source Encryption Tool for Files & Text">
<meta property="og:description" content="ROSET (ROS Encryption Tool) is a free & open-source encryption tool offering file and text encryption with the experimental SAS-RCS and SAS-RBS algorithms.">
<meta property="og:image" content="https://sas-roset.github.io/imgs/sm_image.png">
<meta property="og:url" content="https://sas-roset.github.io">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SAS-ROSET - Free & Open-Source Encryption Tool for Files & Text">
<meta name="twitter:description" content="ROSET (ROS Encryption Tool) is a free & open-source encryption tool offering file and text encryption with the experimental SAS-RCS and SAS-RBS algorithms.">
<meta name="twitter:image" content="https://sas-roset.github.io/imgs/sm_image.png">
<meta name="twitter:url" content="https://sas-roset.github.io">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V4SZFCWXCF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V4SZFCWXCF');
</script>
<link rel="stylesheet" href="styles/fonts.css"/>
<link rel="stylesheet" href="styles/universal.css"/>
<link rel="stylesheet" href="styles/home.css"/>
<style type="text/css">
</style>
<body>
<!-- Navigation Bar Start-->
<div id="nav_bar">
<a href="index.html"><div id="nav_logo"><img style="height:100%;" src="imgs/SAS_ROSET_LOGO_NAME.png"/></div></a>
<div id="nav_buttons_box_desktop">
<a href="about.html"><p class="nav_buttons"> About </p></a>
<a href="docs.html"><p class="nav_buttons"> Documentation </p></a>
<a href="https://github.com/SAS-ROSET"><p class="nav_buttons">Github</p></a>
<a href="credits.html"><p class="nav_buttons"> Credits </p></a>
</div>
<a href="download.html" ><div id="nav_download_button_box"><p id="nav_download_button"> Download </p></div></a>
<div id="nav_dropdown_button">
<svg id="nav_dropdown_more_icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="40" height="40">
<rect x="5" y="5" width="20" height="2" fill="#E6E6E6"/><rect x="5" y="11" width="20" height="2" fill="#E6E6E6"/><rect x="5" y="17" width="20" height="2" fill="#E6E6E6"/>
</svg>
<svg id="nav_dropdown_close_icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<rect x="1" y="10" width="16" height="2" fill="#ffffff" transform="rotate(45 12 12)"/><rect x="8" y="3" width="2" height="16" fill="#ffffff" transform="rotate(45 12 12)"/>
</svg>
</div>
</div>
<div id="nav_dropdown_content">
<a href="about.html">About</a>
<a href="docs.html">Documentation</a>
<a href="https://github.com/SAS-ROSET">Github</a>
<a href="credits.html">Credits</a>
<a href="download.html">Download</a>
</div>
<script type="text/javascript">
// nav dropdown toggle script
const dropdownButton = document.getElementById('nav_dropdown_button');
const dropdownContent = document.getElementById('nav_dropdown_content');
const dropdownClose = document.getElementById('nav_dropdown_close_icon');
const dropdownMore = document.getElementById('nav_dropdown_more_icon');
dropdownButton.addEventListener('click', function() {
if (dropdownContent.style.display === 'block') {
dropdownContent.style.display = 'none';
dropdownClose.style.display = 'none';
dropdownMore.style.display = 'block';
} else {
dropdownContent.style.display = 'block';
dropdownClose.style.display = 'block';
dropdownMore.style.display = 'none';
}
});
</script>
<!-- Navigation Bar End-->
<main>
<div id="home_background">
<div>
<p id="home_main_text">Home to the <b><bg>experimental*</bg></b>
Substitution Encryptions:</p>
<div id="home_algo_grid">
<a href="docs/algo/algorithms.html">
<div class="home_algo_glow_box" id="home_RCS">
<b class="home_algo_glow_text">SAS-RCS</b></p>
</div>
</a>
<a href="docs/algo/algorithms.html">
<div class="home_algo_glow_box" id="home_ROS">
<b class="home_algo_glow_text">SAS-ROS</b></p>
</div>
</a>
<a href="docs/algo/algorithms.html">
<div class="home_algo_glow_box" id="home_RBS">
<b class="home_algo_glow_text">SAS-RBS</b></p>
</div>
</a>
</div>
</div>
</div>
<div class="restricted_width_box">
<h1> Encryption Algorithms </h1>
<div class="grid2_box" id="algo_des" style=" margin-top: 50px;">
<div class="light_card">
<tag>TEXT ENCRYPTION</tag>
<h2> SAS-RCS </h2>
<t> <b>SAS-Random Character Substitution</b> encryption is an experimental text-level substitution based symmetric encryption, fully accommodating
the UTF-8 character set. With a keyspace surpassing the factorial of 1,000,000, this algorithm utilizes
uni-alphabetic substitution via SAS-ROS, randomized padding, and shuffling.
Moreover, the algorithm supports variable key lengths, ranging from 128 to 1,050,000 units.</t>
<br/><br/>
<a href="docs/algo/algorithms.html"><p class="link"> Learn More </p></a>
</div>
<div class="light_card">
<tag>BINARY ENCRYPTION</tag>
<h2> SAS-RBS </h2>
<t> <b>SAS-Random Binary Substitution</b> encryption is an experimental binary-level substitution based symmetric encryption employing up to
20 bits of poly-alphabetic bitwise substitution via SAS-ROS, bitwise randomized padding, and bytewise shuffling, offering
a keyspace surpassing the factorial of 1,000,000. It utilizes variable key lengths in powers of 2,
ranging from 2^7 to 2^20 units.</t>
<br/><br/>
<a href="docs/algo/algorithms.html"><p class="link"> Learn More </p></a>
</div>
</div>
<br/><br/><br/><br/>
<div class="text_box_c">
<a href="docs/algo/algorithms.html"><p class="link"> Go to the official documentation </p></a>
</div>
<br/><br/>
</div>
<div class="dark_background_box">
<div class="restricted_width_box">
<h1 style="margin-bottom: 30px;"> ROS Encryption Tool </h1>
<h1_mild>Easy. Portable. Fast.</h1_mild>
<div class="grid_2button_cent">
<a href="docs/graphical/graphical.html"><p class="white_button"> Get Started</p></a>
<a href="download.html"><p class="blue_button" > Download</p></a>
</div>
<br/><br/>
<div class="image-container">
<img class="image_rect" src="imgs/SAS-ROSET_GUI_1.png" />
<img class="image_rect" src="imgs/SAS-ROSET_GUI_2.png" />
<img class="image_rect" src="imgs/SAS-ROSET_GUI_3.png" />
<img class="image_rect" src="imgs/SAS-ROSET_GUI_4.png" />
</div>
<div class="home_ROSET_graphical_grid" id="scale_box">
<p class="home_ROSET_graphical_grid_obj_b" id="home_ROSET_graphical_grid_opensource">Open source</p>
<p class="home_ROSET_graphical_grid_obj_w">No installation</p>
<p class="home_ROSET_graphical_grid_obj_w">Parallel processing</p>
<p class="home_ROSET_graphical_grid_obj_w" id="span_2">Easy key management</p>
<p class="home_ROSET_graphical_grid_obj_w">File encryption</p>
<p class="home_ROSET_graphical_grid_obj_w">Text encryption</p>
<p class="home_ROSET_graphical_grid_obj_b" id="span_2">Full access to SAS-RCS/RBS</p>
</div>
</div>
</div>
<div class="restricted_width_box">
<h1> ROSET Java API </h1>
<div class="grid2_box">
<img class="image" id="home_API_pic" src="imgs/ROSET_API_PIC.png"/>
<div>
<tg id="home_API_desc"> Effortlessly integrate the SAS-RCS/RBS algorithms into your projects with customized rules, using the ready-to-use, open-source ROSET Java API</tg>
<div class="grid_2button_left">
<a href="docs/java_api/java_api.html"><p class="white_button"> Get Started</p></a>
<a href="download.html#ROSET_Java_API"><p class="blue_button" > Download</p></a>
</div>
</div>
</div>
<br/><br/><br/><br/>
</div>
<div class="restricted_width_box">
<div class="light_card">
<h2> Be a Part of the Project! </h2>
<t> The SAS-ROSET project is always looking for passionate individuals to contribute! Whether you're a programmer, cryptographer,
designer, or simply someone who wants to help, we'd love to have you onboard. Every contribution matters—whether it's as small as
fixing a typo, improving the design, optimizing code, or diving into cryptanalysis. Join us in making SAS-ROSET even better!</t>
<div class="grid_2button_right">
<a href="credits.html#contributers"><p class="white_button"> Contributors</p></a>
<a href="contribute.html"><p class="blue_button" > Join Us</p></a>
</div>
</div>
<br/><br/><br/><br/>
</div>
</main>
<footer>
<div id="footer_serp"></div>
<p style="font-size:20px; margin-top:50px"><bg>Made with passion by </bg><a href="https://saaiqsas.github.io" class="footer_saaiqSAS"> saaiqSAS</a><bg> and Contributors</bg></p>
<br/>
<ft id="copyrights">Copyrights (©) 2024 Saaiq Abdulla Saeed</ft>
<ft>This website and its contents are generally licensed under the <a href="LICENSE.md">MIT License</a>, unless stated otherwise.</ft>
<ft style="padding-bottom: 30px;">
*Please note: Following feedback and analysis, the SAS-ROSET project is now considered purely experimental and educational. The SAS-RCS/RBS encryption algorithms, along with their associated tools and code, are not intended for securing sensitive data or real-world cryptographic applications.
</ft>
<div class="grid3_box" id="footer_grid">
<div>
<fh>Project Info</fh>
<ft><a href="about.html">About Project</a></ft>
<ft><a href="credits.html">Credits & Contributers</a></ft>
<ft><a href="docs.html">Documentation</a></ft>
</div>
<div>
<fh>Get Involved</fh>
<ft><a href="download.html">Download</a></ft>
<ft><a href="contribute.html">Contribute</a></ft>
<ft><a href="https://github.com/SAS-ROSET">Github</a></ft>
</div>
<div>
<fh>Legal & Support</fh>
<ft><a href="legal/privacy_policy.html">Privacy Policy</a></ft>
<ft><a href="legal/terms.html"> Terms and Conditions</a></ft>
<ft><a href="contact.html"> Contact & Report</a></ft>
</div>
</div>
<script type="text/javascript">
// Copyrights
var currentYear = new Date().getFullYear();
document.getElementById('copyrights').textContent = "Copyrights (©) "+currentYear + " Saaiq Abdulla Saeed";
// graphical image slide
let currentIndex = 0;
const images = document.querySelectorAll('.image-container img');
const totalImages = images.length;
// Function to show the next image with fade-out and fade-in effects
function showNextImage() {
const currentImage = images[currentIndex];
// Add fade-out effect to the current image
currentImage.classList.add('fade-out');
// After fade-out completes, hide the current image and show the next one
setTimeout(() => {
currentImage.classList.remove('show', 'fade-out'); // Remove both show and fade-out classes
currentIndex = (currentIndex + 1) % totalImages; // Update index to next image
images[currentIndex].classList.add('show'); // Show the next image with fade-in
}, 1000); // Wait 1 second (duration of fade-out) before switching to the next image
}
// Initialize the first image
images[currentIndex].classList.add('show');
// Change image every 5 seconds
setInterval(showNextImage, 5000);
</script>
</footer>
</body>
</html>