@@ -135,13 +135,13 @@ method is not recommended, but if you tend to use it, it would be a better
135
135
practice to choose a "strong password".
136
136
137
137
A strong password:
138
- * has at least 12 characters;
139
-
140
- * includes lowercase letters (a-z), uppercase letters (A-Z), digits (0-9) and
141
- symbols (e.g. !, #, $, % and });
138
+ * has at least 12 characters;
139
+
140
+ * includes lowercase letters (a-z), uppercase letters (A-Z), digits (0-9) and
141
+ symbols (e.g. !, #, $, % and });
142
142
143
- * is not a character repetition (e.g. zzzzzz), keyboard pattern (e.g. qwerty)
144
- or digit sequences (e.g. 123456).
143
+ * is not a character repetition (e.g. zzzzzz), keyboard pattern (e.g. qwerty)
144
+ or digit sequences (e.g. 123456).
145
145
146
146
The second method to make a key file is using the "keygen" program, which
147
147
automatically provides a strong password. Running
@@ -154,7 +154,7 @@ Enter a password, then press 'Enter':
154
154
```
155
155
After typing a raw password, e.g. "A keygen raw pass!", and pressing "Enter",
156
156
the following message appears:
157
- ```
157
+ ``` text
158
158
Enter a file name to save the generated key, then press 'Enter':
159
159
```
160
160
The automatically generated strong password will be saved in the file that you
@@ -176,19 +176,19 @@ and
176
176
177
177
## CITE
178
178
Please cite the followings, if you use Cryfa:
179
- * M. Hosseini, D. Pratas and A.J. Pinho, "Cryfa: a secure encryption tool for genomic
180
- data,"* Bioinformatics* , bty645, 2018.
179
+ * M. Hosseini, D. Pratas and A.J. Pinho, "Cryfa: a secure encryption tool for
180
+ genomic data, "* Bioinformatics* , bty645, 2018.
181
181
182
- * D. Pratas, M. Hosseini and A.J. Pinho, "Cryfa: a tool to compact and encrypt
183
- FASTA files," * 11'th International Conference on Practical Applications of
184
- Computational Biology & Bioinformatics* (PACBB), Springer, June 2017.
182
+ * D. Pratas, M. Hosseini and A.J. Pinho, "Cryfa: a tool to compact and encrypt
183
+ FASTA files," * 11'th International Conference on Practical Applications of
184
+ Computational Biology & Bioinformatics* (PACBB), Springer, June 2017.
185
185
186
186
## RELEASES
187
- * [ Release] ( https://github.com/pratas/cryfa/releases ) 2: Secure encryption of
188
- FASTA/FASTQ/VCF/SAM/BAM PLUS compacting FASTA/FASTQ.
187
+ * [ Release] ( https://github.com/pratas/cryfa/releases ) 2: Secure encryption of
188
+ FASTA/FASTQ/VCF/SAM/BAM PLUS compacting FASTA/FASTQ.
189
189
190
- * [ Release] ( https://github.com/pratas/cryfa/releases ) 1: Encryption PLUS compacting
191
- FASTA.
190
+ * [ Release] ( https://github.com/pratas/cryfa/releases ) 1: Encryption PLUS compacting
191
+ FASTA.
192
192
193
193
## ISSUES
194
194
Please let us know if there is any
0 commit comments