/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/java/common/Utils.java

  • Committer: Gustav Hartvigsson
  • Date: 2017-09-08 08:12:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170908081226-8mrt7z9dqh4t37se
* Made the <head> stuffs a template

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
   * 
21
21
   * @param t the text to salt
22
22
   * @param s the salt
23
 
   * @return
 
23
   * @return a string hash
24
24
   */
25
25
  static public String
26
26
  real_hash_func (String t, String s) {
42
42
  /**
43
43
   * Hash a text with a salt.
44
44
   * 
45
 
   * @param t
46
 
   * @return
 
45
   * @param t the text to hash
 
46
   * @return a string hash
47
47
   */
48
48
  static public String
49
49
  hash_func (String t) {