Difference between revisions of "Groups"
Jump to navigation
Jump to search
(Created page with "[Groups settings] - Percent How mutch of the file that will be used to calculate the group hash [Default = 100 %] -chipher What chipher algorithem to calculate with [Defau...") |
m (blah) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==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 | |
− | |||
− | - | + | {| class="wikitable" |
− | + | |+ | |
− | + | |- | |
− | + | |aes | |
+ | |'''[default]''' | ||
+ | |- | ||
+ | |mars | ||
+ | |- | ||
+ | |rc6 | ||
+ | |- | ||
+ | |serpent | ||
+ | |- | ||
+ | |twofish | ||
+ | |} | ||
− | { | + | ;Key size |
+ | :The size of the key that will be used | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |+ | ||
+ | |- | ||
+ | |128 | ||
+ | |- | ||
+ | |192 | ||
+ | |- | ||
+ | |256 | ||
+ | |'''[default]''' | ||
+ | |} | ||
+ | |||
+ | ;Hash | ||
+ | :What hash algorithm its going to be calculated with | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |+ | ||
+ | |- | ||
+ | |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. |
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.