WO2012155804A1 - Carte de données et procédé associé d'accès multi-utilisateurs de carte de stockage externe - Google Patents
Carte de données et procédé associé d'accès multi-utilisateurs de carte de stockage externe Download PDFInfo
- Publication number
- WO2012155804A1 WO2012155804A1 PCT/CN2012/075263 CN2012075263W WO2012155804A1 WO 2012155804 A1 WO2012155804 A1 WO 2012155804A1 CN 2012075263 W CN2012075263 W CN 2012075263W WO 2012155804 A1 WO2012155804 A1 WO 2012155804A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- user
- file
- external storage
- card
- module
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
Definitions
- the present invention relates to the field of wireless communications, and in particular, to a data card and an external memory card multi-user access method thereof. Background technique
- 3G networks With the increasing popularity of 3G networks, various 3G terminals are gradually gaining popularity. As a bridge connecting 3G network and Internet, the data card is naturally popular among consumers. Thanks to the innovation and development of technology, the bandwidth of 3G network has also been increased from tens of kbps to tens or even hundreds of Mbps. The coverage of 3G network has also extended from the city center to the suburbs, so it is possible to surf the Internet anytime and anywhere.
- the external memory card can be applied in the early stage of data card development.
- the early data card only supports one wired user.
- the external memory card only needs to support USB mode.
- the data card supports one wired user and multiple wireless users.
- the external memory card needs to support USB mode and HTTP SHARE mode.
- USB mode only the external memory card can be accessed by the user who is connected by wire; when the external memory card works in HTTP (Hyper Text Transfer Protocol) SHARE mode, whether it is wired or not Users, or wirelessly connected users, can access the external memory card.
- HTTP Hyper Text Transfer Protocol
- LTE Long Term Evolution
- the internal frequency of the integrated processor of Qualcomm chip will reach several hundred MHz, and the capacity of external memory card will reach several hundred G. .
- the processing method of the data card externally connected to the memory card cannot meet the above requirements at all.
- SIM Subscriber Identity Module
- the object of the present invention is to provide a data card and a multi-user access method for the external memory card thereof, so as to overcome the defect that the external memory card of the data card in the prior art cannot protect the user's private data.
- a multi-user access method for an external memory card of a data card comprising:
- the data card searches for the file with the access right of the user in the external storage card according to the identity attribute of the user, and displays the file to the user;
- the identity attribute is an administrator or a guest
- the access rights are public, private or authorized.
- the permission information of the file is set to be empty; If the access right set by the user is private, the permission information of the file is set to the media access control MAC address of the user;
- the permission information of the file is set to the MAC address of the user and the MAC address of the authorized user.
- the data card acquires the MAC address of the user before searching for the file with the access right of the user in the external memory card.
- the file that the user has access rights is all files in the external storage card.
- the file with the access permission of the user is a file whose permission information is empty in the external storage card and a file whose MAC address of the user is in the permission information.
- the data card writes the file into the extensible markup language XML file after finding the file that the user has access to.
- a data card includes a main control module, an identity determination module, a search module, a display module, and a permission setting module, where
- the main control module is configured to receive a user operation, and notify the identity judgment module when the user accesses the external storage; and when the user creates a file in the external storage card or uploads the file to the external storage card. Notifying the permission setting module;
- the identity determining module is configured to determine a user identity attribute
- the searching module is configured to: according to the determination result of the identity determining module, search for a file in the external storage card that the user has access rights;
- the display module is configured to display a file found by the search module to the user; and the permission setting module is configured to prompt the user to set an access right for the file.
- the searching module is configured to: when the user identity attribute is a guest, obtain the MAC address of the user, and write the file that the found user has access rights into the XML file.
- the permission setting module is configured to determine a type of access rights set by the user for the file, and set the permission information of the file to be empty when the access right is public; when the access permission is private And setting the permission information of the file to the MAC address of the user; when the access authority is authorization, setting the permission information of the file to the MAC address of the user and the MAC address of the authorized user.
- the invention classifies the user according to the identity attribute, and when the user newly creates a file or uploads the file in the external storage, the user is allowed to set access rights for the newly created or uploaded file, and the file on the external storage card is managed except the identity attribute.
- the user In addition to the user, only the user who added the above file or the authorized user can browse, download, delete, etc., effectively protecting the user's private data.
- FIG. 1 is a flow chart of a preferred embodiment of a multi-user access method for an external memory card of a data card of the present invention
- FIG. 2 is a schematic block diagram of a preferred embodiment of the data card of the present invention. detailed description
- FIG. 1 it is a flowchart of a preferred embodiment of a multi-user access method for an external memory card of the data card of the present invention.
- the embodiment specifically includes the following steps:
- Step S01 The data card detects that the user accesses the external memory
- Step S02 determining the identity attribute of the user, if it is an administrator, executing step S03; if it is a guest, executing step S04;
- the user's identity attributes are divided into administrators and guests; administrators can connect to the external storage There are files to operate, and the guest can only operate on the files added by the external storage, the files authorized to them, and the files with the access rights being public.
- Step S03 Write all the files in the external memory card to the XML (Extensible Markup Language) file, and perform step S06;
- Step S04 Obtain a MAC (Media Access Control) address of the user
- Step S05 searching for, according to the MAC address of the user, a file having the access authority of the user in the external storage and writing the XML file;
- the file that the user has access to is a file whose permission information is empty in the external storage and a file whose permission information has the MAC address of the above user;
- Step S06 Display the above XML file to the user
- This step can display the above file to the user in the form of WEB UI.
- the user can perform operations including browsing, uploading, downloading, deleting, etc. in the XML file, or creating a new file in the XML file; these operations are the same as the prior art, and are not described here.
- Step S07 detecting that the user creates a file in the external storage card or uploads the file to the external storage card.
- Step S08 prompting the user to set access rights for the above file
- Access to files is divided into public, private, and authorization. Publicly, this file allows any user to operate. Private means that the file only allows the creator to operate. Authorization indicates that the file allows the creator and authorized users to operate.
- Step S09 determining the type of access authority received, if it is public, executing step S10; if it is private, performing step S11, if it is authorized, performing step S12;
- Step S10 Setting permission information of the above file to be empty
- Step S11 setting the permission information of the file to be the MAC address of the user
- Step S12 Set the permission information of the above file to the MAC address of the user and the MAC address of the authorized user.
- FIG. 2 it is a schematic block diagram of a preferred embodiment of the data card of the present invention.
- the present embodiment includes a main control module 01, an identity judging module 02, a lookup module 03, a display module 04, and a permission setting module 05, where
- the main control module 01 is configured to receive a user operation, and notify the identity judging module 02 when the user accesses the external storage; and notify the permission setting when the user creates a file in the external storage card or uploads the file to the external storage card.
- An identity judging module 02 configured to determine a user identity attribute
- the searching module 03 is configured to: according to the judgment result of the identity determining module 02, search for a file of the external storage card that has the access authority of the user, and write the found file into the XML file, and obtain the above when the user identity attribute is a guest.
- User's MAC address
- a display module 04 configured to display the foregoing XML file to the user
- the permission setting module 05 is configured to prompt the user to set the access permission for the file, and determine the type of the access permission set by the user for the file.
- the access permission is public, set the permission information of the file to be empty;
- the permission information of the above file is set to the MAC address of the user;
- the access authority is authorization, the permission information of the file is set to the MAC address of the user and the MAC address of the authorized user.
- the invention classifies the user according to the identity attribute, and when the user newly creates a file or uploads the file in the external storage, the user is allowed to set access rights for the newly created or uploaded file, and the file on the external storage card is managed except the identity attribute.
- the user only the user who added the above file or the authorized user can perform browsing, downloading, deleting, etc., and the present invention effectively protects the user's private data.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- Health & Medical Sciences (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Storage Device Security (AREA)
Abstract
L'invention concerne une carte de données et un procédé associé d'accès multi-utilisateurs d'une carte de stockage externe. Lorsqu'un utilisateur accède à un stockage externe, la carte de données recherche dans la carte de stockage externe un fichier auquel l'utilisateur a le droit d'accéder conformément à l'attribut d'identité de l'utilisateur, et affiche le fichier à l'attention de l'utilisateur. Lorsqu'il est détecté que l'utilisateur crée un fichier dans la carte de stockage externe ou télécharge avec succès un fichier dans la carte de stockage externe, l'utilisateur est invité à définir une autorisation d'accès pour le fichier. L'invention classe l'utilisateur conformément à l'attribut d'identité, et lorsque l'utilisateur vient de créer un fichier dans le stockage externe ou télécharge avec succès un fichier vers le stockage externe, l'utilisateur est invité à définir une autorisation d'accès pour le fichier nouvellement créé ou téléchargé, ce qui permet de garantir, outre le fait qu'un utilisateur ayant l'attribut d'identité est un administrateur, que le fichier dans la carte de stockage externe peut être parcouru, téléchargé ou supprimé uniquement par l'utilisateur ajoutant le fichier ou un utilisateur autorisé. L'invention protège efficacement les données privées de l'utilisateur.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2011103744429A CN103136483A (zh) | 2011-11-22 | 2011-11-22 | 数据卡及其外接存储卡多用户访问方法 |
| CN201110374442.9 | 2011-11-22 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2012155804A1 true WO2012155804A1 (fr) | 2012-11-22 |
Family
ID=47176307
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2012/075263 Ceased WO2012155804A1 (fr) | 2011-11-22 | 2012-05-09 | Carte de données et procédé associé d'accès multi-utilisateurs de carte de stockage externe |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN103136483A (fr) |
| WO (1) | WO2012155804A1 (fr) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104766017A (zh) * | 2014-01-02 | 2015-07-08 | 中兴通讯股份有限公司 | 数据卡的应用方法及数据卡 |
| CN106485156B (zh) * | 2016-09-22 | 2019-05-17 | 中广核工程有限公司 | 一种用于文件批量授权的装置和方法 |
| CN106506455B (zh) * | 2016-10-11 | 2019-09-06 | 杭州迪普科技股份有限公司 | 一种移动存储设备的管控方法及装置 |
| CN106897636A (zh) * | 2017-02-28 | 2017-06-27 | 郑州云海信息技术有限公司 | 一种基于api hook的移动存储介质安全管理方法 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1960244A (zh) * | 2005-09-05 | 2007-05-09 | 佳能株式会社 | 允许多个用户同时登录的信息处理装置及其控制方法 |
| CN101122941A (zh) * | 2006-08-09 | 2008-02-13 | 富士施乐株式会社 | 文档夹处理装置 |
| US7747851B1 (en) * | 2004-09-30 | 2010-06-29 | Avaya Inc. | Certificate distribution via license files |
| CN102227733A (zh) * | 2008-12-26 | 2011-10-26 | 桑迪士克以色列有限公司 | 用于基于用户身份来提供对文件的访问的方法和装置 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN100466783C (zh) * | 2006-04-06 | 2009-03-04 | 华为技术有限公司 | 一种移动终端多用户管理方法和装置 |
| CN100571280C (zh) * | 2006-10-13 | 2009-12-16 | 华为技术有限公司 | 一种网络存储系统及网络存储内容访问控制方法 |
| CN101282330B (zh) * | 2007-04-04 | 2013-08-28 | 华为技术有限公司 | 网络存储访问权限管理方法及装置、网络存储访问控制方法 |
| CN101764841A (zh) * | 2009-12-16 | 2010-06-30 | 中兴通讯股份有限公司 | 一种实现用户数据同步的方法及装置 |
-
2011
- 2011-11-22 CN CN2011103744429A patent/CN103136483A/zh active Pending
-
2012
- 2012-05-09 WO PCT/CN2012/075263 patent/WO2012155804A1/fr not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7747851B1 (en) * | 2004-09-30 | 2010-06-29 | Avaya Inc. | Certificate distribution via license files |
| CN1960244A (zh) * | 2005-09-05 | 2007-05-09 | 佳能株式会社 | 允许多个用户同时登录的信息处理装置及其控制方法 |
| CN101122941A (zh) * | 2006-08-09 | 2008-02-13 | 富士施乐株式会社 | 文档夹处理装置 |
| CN102227733A (zh) * | 2008-12-26 | 2011-10-26 | 桑迪士克以色列有限公司 | 用于基于用户身份来提供对文件的访问的方法和装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN103136483A (zh) | 2013-06-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN101843128B (zh) | 激活时的运营商配置 | |
| KR102154384B1 (ko) | 포털 인증 | |
| US9462502B2 (en) | Limiting data usage of a device connected to the internet via tethering | |
| KR102032625B1 (ko) | 무선 네트워크 액세스 및 무선 데이터 트래픽을 제어하는 장치 및 방법 | |
| JP6443452B2 (ja) | モバイルコミュニケーションデバイスへのブランディングコンテンツ及びカスタマイズ情報の配信 | |
| JP6273585B2 (ja) | ジェネリックモバイルデバイスカスタマイズフレームワーク | |
| CN103986776B (zh) | 一种路由器及基于路由器的下载方法 | |
| CN104601685A (zh) | 一种智能音箱的音乐播放方法和装置 | |
| TWI698133B (zh) | 無線網路類型的檢測方法、裝置及電子設備 | |
| CN104735814A (zh) | 自动接入WiFi网络的接入方法、系统、和相关装置 | |
| CN103249173A (zh) | 移动互联网接入设备及其方法 | |
| WO2014161478A1 (fr) | Procédé de commutation pour interfaces réseau, dispositif d'accès et support de stockage informatique | |
| CN104021052A (zh) | 一种在无线终端间转移数据中进行数据还原的方法及装置 | |
| CN104598286A (zh) | 移动终端的软件更新方法及装置 | |
| CN104837179A (zh) | 一种显示无线热点设备生产者信息的方法及装置 | |
| CN109275125B (zh) | 资源共享方法、装置、设备和存储介质 | |
| WO2012155804A1 (fr) | Carte de données et procédé associé d'accès multi-utilisateurs de carte de stockage externe | |
| CN103354927B (zh) | 用于管理处理设备中的内容的方法和装置 | |
| CN106576329B (zh) | 基于情境的资源访问调解 | |
| KR101899970B1 (ko) | 모바일 클라우드 환경에 적용되는 모바일 단말과 클라우드 서버 및 이를 이용한 모바일 클라우드 컴퓨팅 방법 | |
| CN105991729A (zh) | 一种安装包下载方法及服务器 | |
| CN106027294A (zh) | 终端网络接入的固件加载方法和系统 | |
| JP5976033B2 (ja) | 携帯端末、アクセスポイント関連コンテンツ取得方法、携帯端末用プログラム | |
| CN102999606B (zh) | 软件删除方法及装置 | |
| WO2014176955A1 (fr) | Procédé et dispositif de configuration de terminal mobile |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12785269 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 12785269 Country of ref document: EP Kind code of ref document: A1 |