CentBrowser Forum

Full Version: Passwords not remembered
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Cent browser seems good except it doesn't remember passwords between sessions.  Also some cookies are lost. (Google search prefs. etc.)

I use many different computers so I tried the portable version with a flash drive.  The passwords are saved ok, but when I log in to another machine and start cent portable, the passwords are gone.

Here are the flags I have set : --disable-component-extensions-with-background-pages --disable-background-networking --show-component-extension-options --enable-threaded-compositing --disable-download-notification --cbportable --cb-add-user-agent --flag-switches-begin --disable-cast-streaming-hw-encoding --no-pings --disable-touch-adjustment --disable-account-consistency --enable-display-list-2d-canvas --enable-gpu-rasterization --disable-offer-store-unmasked-wallet-cards --disable-sync-app-list --enable-tab-audio-muting --disable-touch-drag-drop --enable-zero-copy --num-raster-threads=4 --reduced-referrer-granularity --save-page-as-mhtml --touch-events=disabled --flag-switches-end

Here is the paths: Executable Path P:\Browsers\CentBrowser\chrome.exe
Profile Path  P:\Browsers\CentBrowser\User Data\Default


I have some privacy settings on the settings page, but I cannot imagine them affecting passwords - which should be stored locally.
Thanks
Thanks for your feedback.

This is a known issue of Chromium. The details are described in another post.(http://www.centbrowser.com/forum/showthread.php?tid=185)
We recommend you use LastPass or Google synchronization service to synchronize passwords between computers.

We also consider to replace current mechanism with master password in future versions.
Thank you for your response,
If it was only the password problem, I could see installing an extension. But also some cookies and local storage is removed - I have to set up google search prefs every time I change machines. Add to that the download bar has returned after 1.5.13.33, and there is no recently used tab cycling options.
I think I'll move to Opera portable or some other chromium port - or back to Palemoon.
We tested the scenerio, passwords are the only thing lost and cookies are kept.
So we will test more scenerios to reproduce your problem.
Sorry, I can't respond quickly because I don't use internet every day.  It seems you are trying to make this better, so I will give you some more info.  I have to use library or public computers when I travel to different towns, so each town uses a different isp.  Also, when I plug in the flash drive I have to change to a virtual drive letter to P: - I use the subst P:. command for for this.  If I don't do this the ublock extension and other programs that rely on a static drive letter do not work.

Another thing is I use encrypted.google.com.  That shouldn't make a difference.  I also thought the autoplay setting on youtube is lost.

Cent portable 1.7.6.15.
Thank you
Lost of cookies may be caused by change of IP address. Some servers will bind your cookies to your public IP address( to protect you from hackers).
If they detect your IP address has changed, they will invalidate your cookies.
And for passwords, maybe we should provide an option to disable the encryption of passwords?
After version 33, chromium encrypts cookies with CryptProtectData and CryptUnprotectData on windows platform, but with user or environment changed, everything encrypted by this will become a shit.
Temporarily you may have a try with building a latest https://github.com/myfreeer/GreenChrome , which may disable the encryption.
Thank you os51.
This feature has been added to our work plan.
Thank you for your answer os51.  

"Lost of cookies may be caused by change of IP address. Some servers will bind your cookies to your public IP address( to protect you from hackers)."

That doesn't seem to be true, because I can use my laptop at public wifi when I travel and all is fine - it is only using usb plugged into public host computer is the problem.  I think the registry settings are not restored when centportable starts, or removed/saved when centportable quits.  I thought portable programs were supposed to store these settings on the flash drive.
Yes, the environment only changes on the flash drive and not on my laptop. Maybe the centportable exec. can change security settings when starting? - to an environment common to all windows computers?
(06-16-2016, 08:22 PM)Cent portable Wrote: [ -> ]Thank you for your answer os51.  

"Lost of cookies may be caused by change of IP address. Some servers will bind your cookies to your public IP address( to protect you from hackers)."

That doesn't seem to be true, because I can use my laptop at public wifi when I travel and all is fine - it is only using usb plugged into public host computer is the problem.  I think the registry settings are not restored when centportable starts, or removed/saved when centportable quits.  I thought portable programs were supposed to store these settings on the flash drive.
Yes, the environment only changes on the flash drive and not on my laptop. Maybe the centportable exec. can change security settings when starting? - to an environment common to all windows computers?
Registry only contains yhings like usage stats,which has nothing related with the data you cared about.

Here is the newest build of GreenChrome, put the winmm.dll in the same folder of chrome.exe, create a file named GreenChrome.ini in the same folder above with the data inside the Code section with Unicode encoding, clear cookies and saved passwords, restart your browser, and it will be really portable
src code of GreenChrome can be found here 
p.s. better to use the offical build of cent browser portable form history instad of a loader 
Code:
; 本文件是 GreenChrome (winmm.dll) 的配置文件,采用INI格式
; 推荐使用有高亮功能的编辑器打开编辑,例如notepad++
; 分号(;)开始的行是注释语句,不会产生实际作用
; 如果设置是开关,需要手动修改:0关闭,1开启
; 路径支持 %appdata% 这样的环境变量,特别的 %app% 代表程序当前所在目录
; 如果还搞不定就加QQ群 14724233 反馈


[追加参数]
;这里定义的Chrome命令参数,可在Chrome启动时自动插入
;下面的有一些命令示例

;设置缓存目录
;--disk-cache-dir=%app%\Cache

;还原老的插件按钮显示方式
;--extension-action-redesign=0

;禁止directwrite渲染
;--disable-direct-write
;--disable-directwrite-for-ui

[启动时运行]
;这里的程序会随Chrome一起启动,如果路径有空格需要添加引号
;如果%app%之类的展开后含有空格,也是需要添加引号的
;"%appdata%\Lantern\lantern.exe" -startup


[关闭时运行]
;这里的程序会在Chrome关闭时启动(隐藏执行)
;通常用于清理一些残留程序,例如结束Lantern后取消系统代理
;taskkill /f /im lantern.exe
;"%appdata%\byteexec\pac-cmd.exe" off http://127.0.0.1:16823/proxy_on.pac


[基本设置]
;类似--user-data-dir强制重定向用户数据目录,但不会导致双图标
数据目录=%app%\User Data

;按下老板键后可隐藏所有Chrome窗口,再次按下即可恢复
;老板键=Ctrl+Alt+B

;可以自定义新标签页为本地html文件,不填不修改,推荐使用%app%来指定位置
;文件只能1k左右,超过部分会被自动截断
;有个内置的演示效果,名字为%demo%
;新标签页面=

;离线包不带更新程序,点开关于时会有错误,此选项可关闭错误显示
移除更新错误=1

;在Chrome关闭时自动结束启动时运行的程序
自动结束运行程序=1

;Chrome高版本已经完全禁用NPAPI插件,开启此选项可恢复
恢复NPAPI=1

;可以打造便携版绿色Chrome,防止更换电脑时重置个人设置
;警告:一旦用户数据生成,请勿修改,请深入理解
便携化=1

;停用WEB设置,并且在设置中不显示
停用WEB设置=1

[界面增强]
;直接在标签上双击就可以关闭页面
双击关闭标签页=0

;开启此选项时,按住SHIFT再右键依然可以打开菜单
右键关闭标签页=0

;防止关闭最后的标签时关闭整个浏览器(新建标签)
;手动点击关闭按钮时无法阻止
保留最后标签=0

;鼠标悬停在标签栏时,滚动鼠标可切换标签
悬停快速标签切换=0

;按住鼠标右键时,滚动鼠标可切换标签
;这个功能会影响鼠标手势(GreenChrome自带的不受影响)
右键快速标签切换=0

;点击书签在新标签中打开,不支持文件夹中的书签
新标签打开书签=0

;地址栏输入的网址在新标签中打开
新标签打开网址=0

;当前页面是新标签页时,新标签打开书签、新标签打开网址 不生效
新标签页不生效=0

;新标签打开书签 的新标签页将会打开在前台
前台打开新标签=0


[鼠标手势]
;关闭后可以使用别的鼠标手势(还得关闭右键快速标签切换)
启用=0

;是否显示鼠标轨迹
轨迹=1

;是否显示识别结果
动作=1

;支持四个手势方向:↑↓←→
;自定义格式为:方向=名称|发送按键
;可以自由修改添加,但是功能只能是发送快捷键而已
↑=页面顶部|Home
↓=页面底部|End
←=后退|Back
→=前进|Forward
↓↑=滚动到页面底部|Home
↑↓=滚动到页面顶部|End
←→=强制刷新|Ctrl+F5
↓→=关闭标签|Ctrl+W
↓←=关闭标签|Ctrl+W
→↑=打开新的标签页|Ctrl+T
→←=撤销关闭|Ctrl+Shift+T
↑→=切换到右侧标签|Ctrl+Tab
↑←=切换到左侧标签|Ctrl+Shift+Tab

[检查更新]
;此处设置由 Google Chrome 更新器 自动生成
;如果不需要直接清空即可
更新器地址=
检查版本=