setMasterKey(key){
    this.keys.master_key.key = key;
    this.settings.set('master_key', key);
  }