Difference between revisions of "Groups"

From Titan Wiki
Jump to navigation Jump to search
m (Formatting and descriptive texts)
m (blah)
 
Line 8: Line 8:
  
 
;Percent
 
;Percent
:How mutch of the file that will be used to calculate the group hash '''[Default = 100 %]'''
+
:How much of the file that will be used to calculate the group hash '''[Default = 100 %]'''
  
 
;Chipher
 
;Chipher
:What chipher algorithem to calculate with
+
:What chipher algorithm to calculate with
::aes '''[default]'''
+
 
::mars
+
{| class="wikitable"
::rc6
+
|+
::serpent
+
|-
::twofish
+
|aes
 +
|'''[default]'''
 +
|-
 +
|mars
 +
|-
 +
|rc6
 +
|-
 +
|serpent
 +
|-
 +
|twofish
 +
|}
  
 
;Key size
 
;Key size
:How long the key are going to be used
+
:The size of the key that will be used
::128
+
 
::192
+
{| class="wikitable"
::256 '''[default]'''
+
|+
 +
|-
 +
|128
 +
|-
 +
|192
 +
|-
 +
|256
 +
|'''[default]'''
 +
|}
  
 
;Hash
 
;Hash
:What hash algorithem its going to be calculated with
+
:What hash algorithm its going to be calculated with
::md5
+
 
::sha1
+
{| class="wikitable"
::sha224
+
|+
::sha256 '''[default]'''
+
|-
::sha384
+
|md5
::sha512
+
|-
 +
|sha1
 +
|-
 +
|sha224
 +
|-
 +
|sha256
 +
|'''[default]'''
 +
|-
 +
|sha384
 +
|-
 +
|sha512
 +
|}
  
 
;Iterations
 
;Iterations
Line 39: Line 68:
 
:Salt is random data that is added as a additional input into the hash(sha256+salt= hash output). This can be anything you want.
 
:Salt is random data that is added as a additional input into the hash(sha256+salt= hash output). This can be anything you want.
 
:'''Default value is none''' This is an optional field.
 
:'''Default value is none''' This is an optional field.
:Salt can be anything character,number,special character maximum of 257 characters.
+
:Salt can be anything; letters, numbers, special characters. Maximum of 257 characters.

Latest revision as of 22:31, 26 July 2017

Introduction

Groups are the most secure part of any Titan router. Every layer of encryption a group is made up of is contributing to the secureness of all transfers between clients in said group. The layers can be made up of just about anything.

All you need to do to create a group, is go to the group tab, add a layer (or several), and refresh! Below are descriptions of each setting.

Groups settings

Percent
How much of the file that will be used to calculate the group hash [Default = 100 %]
Chipher
What chipher algorithm to calculate with
aes [default]
mars
rc6
serpent
twofish
Key size
The size of the key that will be used
128
192
256 [default]
Hash
What hash algorithm its going to be calculated with
md5
sha1
sha224
sha256 [default]
sha384
sha512
Iterations
Amount of times the hash is going to be recalculated and mixed up (1 - 99999) [Default = 1]
Salt
Salt is random data that is added as a additional input into the hash(sha256+salt= hash output). This can be anything you want.
Default value is none This is an optional field.
Salt can be anything; letters, numbers, special characters. Maximum of 257 characters.