WO2014145708A1 - Snap mobile security apparatuses, methods and systems - Google Patents
Snap mobile security apparatuses, methods and systems Download PDFInfo
- Publication number
- WO2014145708A1 WO2014145708A1 PCT/US2014/030517 US2014030517W WO2014145708A1 WO 2014145708 A1 WO2014145708 A1 WO 2014145708A1 US 2014030517 W US2014030517 W US 2014030517W WO 2014145708 A1 WO2014145708 A1 WO 2014145708A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- access
- user
- code
- request
- security
- 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
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/30—Payment architectures, schemes or protocols characterised by the use of specific devices or networks
- G06Q20/36—Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/30—Payment architectures, schemes or protocols characterised by the use of specific devices or networks
- G06Q20/32—Payment architectures, schemes or protocols characterised by the use of specific devices or networks using wireless devices
- G06Q20/327—Short range or proximity payments by means of M-devices
- G06Q20/3276—Short range or proximity payments by means of M-devices using a pictured code, e.g. barcode or QR-code, being read by the M-device
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
Definitions
- the present innovations generally address apparatuses, methods, and systems for electronic purchase transactions, and more particularly, include SNAP MOBILE SECURITY APPARATUSES, METHODS AND SYSTEMS ("SMS").
- Consumer transactions require a customer to select a product from a store shelf or a website, and then to check them out at a checkout counter or a webpage.
- Product information may be entered automatically by scanning an item barcode with an integrated barcode scanner, and the customer is usually provided with a number of payment options, such as cash, check, credit card or debit card to pay for the purchase.
- systems, methods, non- transitory computer-readable medium, and apparatuses are disclosed for operation upon data processing devices for providing mobile security, such as to: receive, through one or more processors, a request from a user's device to decode a scannable code and 1 verify the security of the decoded code's contents; decode, through the one or more
- codes include item codes for products.
- An invention can include a snap mobile security system, comprising: a processor; and a memory disposed in communication with the processor and storing processor-issuable instructions to: receive a request from a user's device to decode a scannable code and verify the security of the decoded code's contents; decode the scannable code to obtain code contents requesting access to the wallet account; obtain 1 from the user digital fingerprints of the user device and a request identifier for the
- An invention can include a processor-readable non-transitory medium
- processor-issuable snap mobile security instructions to: receive a request from a
- FIGURE 1 shows a datagraph diagram illustrating example features of the SMS verifying the security contents of decoded scannable codes
- FIGURE 2 shows a datagraph diagram illustrating example features of the SMS validating authorization requests for access to a wallet account
- FIGURES 3A-B show logic flow diagrams illustrating example features of the SMS verifying the security of contents of decoded scannable codes
- FIGURE 4 shows a logic flow diagram illustrating example features of the SMS validating authorization requests for access to a wallet account
- FIGURE 5 shows a block diagram illustrating examples of a SMS controller.
- SMS SYSTEMS
- FIGURE 1 shows a datagraph diagram illustrating example features of the
- a user 101 may take a snapshot of a scannable code such as, but not
- QR quick response
- the user may decode the code at the user's computing device, e.g., 110.
- the user's computing device e.g., 110.
- the user may send the contents of the decoded code to a security
- the user may decide to transfer the undecoded snapshot to the server for decoding
- the security server may decode the code, e.g., 113.
- the user may decode the code, e.g., 113.
- the user may decode the code, e.g., 113.
- 16 may request 111 the security server to decode the undecoded code and verify the validity
- the contents of a nefarious decoded code may contain a Uniform Resource
- Locator (URL) link that leads to fraudulent websites that may expose a user to
- the decoded code may compromise the security of a user's device by subjecting it to malicious attacks such as SQL injections, and/or the like.
- a user's device and/or a security server may decode the snapshot of a scannable code, such as, but not limited to, a QR code.
- a scannable code such as, but not limited to, a QR code.
- the SMS may determine if the contents of the decoded code pose any security risk to the user device. For example, the SMS may compare the decoded code contents to black and white lists of code contents, and determine if the decoded contents pose some or no security risk to user's device, respectively.
- the security server may issue PHP/SQL commands to query a database table (such as FIGURE 5, Decoded Codes Contents database 519k) for blacklist/whitelist code contents data.
- a database table such as FIGURE 5, Decoded Codes Contents database 519k
- An example code contents blacklist/whitelist query 114 substantially in the form of PHP/SQL commands, is provided below: ⁇ ?PHP
- $result mysql_query ( $query) ; // perform the search query
- the SMS may initiate the steps to verify the security of the decoded code, e.g., 116.
- the server may merely redirect the user to the link for the user to execute the link, e.g. 117.
- the security server may provide a redirected link response to user device as a HTTP(S) POST message including XML- formatted data.
- HTTP(S) POST message including XML-formatted data.
- the user may decide to launch a website, and/or download an app.
- the SMS may retrieve links found in the decoded code and determine, via SMS components, the links are secure and that the user may launch the URL link.
- the server may fetch the destination of the link, e.g. 118, and provide the link destination to the user, e.g., 119.
- the server may launch the URL link and open a webpage on the user's device.
- the security server may provide a webpage request to a web hosting server 104 as a HT P(S) GET message including XML-formatted data.
- An example listing of a webpage request 118, substantially in the form of a HTTP(S) GET message including XML-formatted data, is provided below: GET /page.php/ HTTP/1.1
- the web hosting server may respond back to the security server
- the web hosting server may
- the webpage contents may then be relayed to the user
- the SMS may initiate the steps to verify that the
- FIGURE 2 shows a datagraph diagram illustrating example features of the2 SMS validating authorization requests for access to a wallet account.
- a user may take a snapshot of a scannable code such as, but not limited to4 a QR code, and have the user's device and/or the security server decode it. Upon5 verifying the security of the decoded contents of the code, in some implementations, the6 user may execute on the decoded contents.
- the codes may be item codes7 for products, and the user may launch a URL link, and/or download and launch an app8 to initiate a purchase request.
- the user may wish to provide a9 checkout request to the merchant server 107.
- the checkout request to the0 merchant server may be a HTTP(S) POST message including XML-formatted data.
- An1 example listing of a checkout request 202, substantially in the form of a HTTP(S) POST2 message including XML-formatted data, is provided below: 3 POST /checkoutrequest .php HTTP/1.1
- the merchant server may provide the user with data such as, but not limited to, the transaction session I.D., access request I.D., requestor I.D., and/or the like, e.g., 203.
- the checkout response to the merchant server may be a HTTP(S) POST message including XML-formatted data.
- An example listing of a checkout response 203, substantially in the form of a HTTP(S) POST message including XML-formatted data, is provided below: POST /checkoutresponse . php HTTP/1.1
- the webpage at the URL link and/or the launched app may request access to the wallet account on the device to initiate payment for the purchase, e.g., 201.
- the SMS may initiate a verification process to confirm that only authorized entities have access to the wallet app. For example, the SMS may verify the access requestor is authorized to access the wallet app. In some implementations, the SMS may verify the validity of the checkout request, and the app/webpage making the request. In some embodiments, the SMS may determine that the user device from which the access request is coming from is an authorized device.
- the SMS may forward the received data, along with a wallet access authorization request, to the security server to verify the requester, the access request, and the security of the user device.
- the authorization request may include data such as fingerprints of user's device (e.g., user agent (operating systems, browsers, toolbars, etc), fonts, plugin versions, screen size and resolution, time zone, and/or the like), request identifier, requester identifier, and/or the like.
- the access authorization request to the security server may be a HT P(S) POST message including XML-formatted data.
- An example listing of an access authorization request 204, substantially in the form of a HTTP(S) POST message including XML-formatted data, is provided below: POST /accessauthorization .php HTTP/ 1 . 1
- the security server may verify the user device is authorized to access the wallet app, e.g., 205. For example, the server may calculate a total weighed overlap score between the received device fingerprints and those that are whitelisted as safe. For example, those attributes that have a large variety, (e.g., fonts, etc) may be weighed much higher those with less variety (e.g., operating system, etc). The higher the score is the more it indicates the user device belongs in the whitelist, and may be verified as a device authorized to access the wallet app.
- the security server may initiate a request to the merchant server to verify the access requester is authorized to access the app and the request is a legitimate one, e.g., 206.
- the security server may provide a verification request for request I.D. and requester to the merchant server as a HTTP(S) POST message including XML-formatted data.
- HTTP(S) POST message including XML-formatted data.
- the security server may query for the digital signature of the requester, and a digital signature for the request identifier.
- the merchant server may verification response to the security server as a HTTP(S) POST message including XML-formatted data.
- HTTP(S) POST message including XML-formatted data.
- server may determine if the request is legitimate, and the requester is authorized to
- the server may compare the wallet app, e.g., 209. For example, with the latter, the server may compare the wallet app, e.g., 209.
- the server may retrieve the digital signature of the
- the security server may generate a wallet access key to supply
- the security server may provide a wallet access authorization response to the user device as a HT P(S) POST message including XML-formatted data.
- a wallet access authorization response 210 substantially in the form of a HTTP(S) POST message including XML-formatted data, is provided below: POST /accessauthorization .php HTTP/1.1
- FIGURES 3A-B show logic flow diagrams illustrating example features of the SMS verifying the security of contents of decoded scannable codes.
- a user's device may capture a snapshot of a scannable code such as, but not limited to, a QR code, and send, e.g., 301, the undecoded code to a security server for decoding, e.g., 302.
- the user's device may decode the snapshot, e.g., 303, and send the decoded contents to the security server.
- the security server may parse through the decoded code contents, and collect the signatures of the code such as, but not limited to, the origin of the code, the placement (e.g., public street, merchant location, etc), links in 1 the code, number of items, amounts, and/or the like, e.g., 304.
- the origin of the code e.g., the origin of the code
- the placement e.g., public street, merchant location, etc
- links in 1 the code e.g., number of items, amounts, and/or the like, e.g., 304.
- the server may query the decoded code contents database (such as
- FIGURE 5 Decoded Code Contents 519k for lists of decoded code contents that belong
- the server may check if the
- 8 decoded contents may be blacklisted, and the server may generate a message
- the destinations may not be in a blacklist, but there may be
- the link may contain a
- the server may generate a message announcing
- 15 server may determine the location of the code from parsing through the decoded
- the location of the decoded code as gleaned from the i s decoded contents may be compared to the GPS position of the device when the snapshot
- the decoded code should not have been at the location and may be fraudulent.
- a fraudulent QR code may have been placed over a legitimate one, in a "attack-
- the server may contact the device
- the decoded code may attempt to download an app, e.g., 318, and/or request access to 1 the functionalities of the device (e.g., contact lists, email access, texting, apps, etc), e.g.,
- the server may discover the activities of the decoded
- 3 code may signal security compromise.
- a vulnerability scanning session For example, a vulnerability scanning session
- the security server may contact the
- FIGURE 4 shows a logic flow diagram illustrating example features of the
- the security server may obtain from the user's device data on the0 device's fingerprints, e.g., 401a.
- the data may include user agent1 (operating systems, browsers, toolbars, etc), fonts, plugin versions, screen dimensions2 and resolution, time zones, and/or the like.
- the security server3 may receive from the merchant server a digital signature of the wallet access requester.4
- the merchant server may generate an encrypted digital signature5 certificate for the access request identifier, and pass along the digital signature to the6 security server, e.g., 401b.
- the security server may generate a query from a database table (such8 as FIGURE 5, Devices 519b) for a list of essential attributes every authorized device9 should have, and likewise non-grata attributes any of which will result in a device being0 blocked from accessing the wallet account.
- the server may1 ascertain all the essential attributes of the received device fingerprints match the2 corresponding essential attributes from the query, and no attribute matches the non-3 grata attributes, e.g., 406. For example, if only mobile devices are authorized to access4 the wallet account (i.e.
- the security server may ascertain that the received device fingerprints show, to some predetermined confidence level, that the device is a mobile (i.e., small screen) device. In these embodiments, if the device is found to not satisfy this condition, despite matching all the other attributes in the whitelist, the SMS may suspend the wallet app on the device and contact the account owner to communicate the security risk, e.g., 409.
- the device may satisfy the condition, and the server may resort to calculating the overall commonalities of the received device fingerprints and the fingerprints identified in the whitelist, e.g., 407. For example, if the commonalities (i.e. overlap) exceed some threshold, the server may recognize the device as authorized to access the wallet account.
- the security server may determine if the received digital signatures for the access requester and the request identifier are legitimate.
- the server may generate a query to a database table (such as FIGURE 5, Digital Signatures 519m) for the whitelist of digital signatures of the access requesters, e.g., 410. For example, if the received digital signature of the requester matches any in the whitelist, the server may decide the requester is legitimate, e.g., 413.
- the security server may retrieve 414 the access request identifier from the digital signature certificate, and compare the identifier to the one received from the user device, e.g., 415. If there is a match, the server may generate a wallet account access key to grant the requester access to the wallet app on the user's device, e.g., 417. SMS Controller
- FIGURE 5 shows a block diagram illustrating examples of a SMS controller 501.
- the SMS controller 501 may serve to aggregate, process, store, search, serve, identify, instruct, generate, match, and/or facilitate interactions with a computer through various technologies, and/or other related data.
- Users e.g., 533a, which may be people and/or other systems, may engage information technology systems (e.g., computers) to facilitate information processing.
- computers employ processors to process information; such processors 503 may be referred to as central processing units (CPU).
- CPUs One form of processor is referred to as a microprocessor.
- CPUs use communicative circuits to pass binary encoded signals acting as instructions to enable various operations.
- These instructions may be operational and/or data instructions containing and/or referencing other instructions and data in various processor accessible and operable areas of memory 529 (e.g., registers, cache memory, random access memory, etc.). Such communicative instructions may be stored and/or transmitted in batches (e.g., batches of instructions) as programs and/or data components to facilitate desired operations. These stored instruction codes, e.g., programs, may engage the CPU circuit components and other motherboard and/or system components to perform desired operations.
- One type of program is a computer operating system, which, may be executed by CPU on a computer; the operating system enables and facilitates users to access and operate computer information technology and resources.
- Some resources that may be employed in information technology systems include: input and output mechanisms through which data may pass into and out of a computer; memory storage into which data may 1 be saved; and processors by which information may be processed.
- the SMS controller 501 may be connected to and/or
- the SMS controller 501 may0 be connected to and/or communicate with users, e.g., 533a, operating client device(s), 1 e.g., 533b, including, but not limited to, personal computer(s), server(s) and/or various2 mobile device(s) including, but not limited to, cellular telephone(s), smartphone(s) (e.g.,3 iPhone®, Blackberry®, Android OS-based phones etc.), tablet computer(s) (e.g., Apple4 iPadTM, HP SlateTM, Motorola XoomTM, etc.), eBook reader(s) (e.g., Amazon KindleTM,5 Barnes and Noble's NookTM eReader, etc.), laptop computer(s), notebook(s), netbook(s),6 gaming console(s) (e.g., XBOX LiveTM, Nintendo® DS, Sony PlayStation® Portable,7 etc.), portable scanner(s), and/or the like.
- users e.g., 533a, operating client device(s), 1 e.g
- Networks are commonly thought to comprise the interconnection and9 interoperation of clients, servers, and intermediary nodes in a graph topology.
- server refers generally to a1 computer, other device, program, or combination thereof that processes and responds to2 the requests of remote users across a communications network. Servers serve their3 information to requesting "clients.”
- client refers generally to a computer, program, other device, user and/or combination thereof that is capable of processing and making requests and obtaining and processing any responses from servers across a communications network.
- a computer, other device, program, or combination thereof that facilitates, processes information and requests, and/or furthers the passage of information from a source user to a destination user is commonly referred to as a "node.”
- Networks are generally thought to facilitate the transfer of information from source points to destinations.
- a node specifically tasked with furthering the passage of information from a source to a destination is commonly called a "router.”
- There are many forms of networks such as Local Area Networks (LANs), Pico networks, Wide Area Networks (WANs), Wireless Networks (WLANs), etc.
- LANs Local Area Networks
- WANs Wide Area Networks
- WLANs Wireless Networks
- the Internet is generally accepted as being an interconnection of a multitude of networks whereby remote clients and servers may access and interoperate with one another.
- the SMS controller 501 may be based on computer systems that may comprise, but are not limited to, components such as: a computer systemization 502 connected to memory 529. Com uter Systemization
- a computer systemization 502 may comprise a clock 530, central processing unit (“CPU(s)” and/or “processor(s)” (these terms are used interchangeably throughout the disclosure unless noted to the contrary)) 503, a memory 529 (e.g., a read only memory (ROM) 506, a random access memory (RAM) 505, etc.), and/or an interface bus 507, and most frequently, although not necessarily, are all interconnected and/or communicating through a system bus 504 on one or more (mother)board(s) 502 1 having conductive and/or otherwise transportive circuit pathways through which
- the computer systemization may be connected to a power
- the power source may be internal.
- a power source may be internal.
- a power source may be internal.
- a power source may be internal.
- 5 cryptographic processor 526 and/or transceivers (e.g., ICs) 574 may be connected to the
- the transceivers may be connected to antenna(s) 575, thereby
- the antenna(s) may connect to: a Texas Instruments
- WiLink WL1283 transceiver chip e.g., providing 802.1m, Bluetooth 3.0, FM, global
- GPS positioning system
- Broadcom BCM4329FKUBG transceiver chip (e.g., providing 802.1m, Bluetooth 2.1 +
- BCM28150 HSPA+
- BCM2076 Bluetooth 4.0, GPS, etc.
- Broadcom BCM4750IUB8 receiver chip e.g., GPS
- 16 618-PMB9800 e.g., providing 2G/3G HSDPA/HSUPA communications
- Intel's XMM Intel's XMM
- the system clock may have a crystal oscillator and
- 20 clock may be coupled to the system bus and various clock multipliers that will increase
- the CPU comprises at least one high-speed data processor adequate to execute program components for executing user and/or system-generated requests.
- processors themselves will incorporate various specialized processing units, such as, but not limited to: floating point units, integer processing units, integrated system (bus) controllers, logic operating units, memory management control units, etc. and even specialized processing sub-units like graphics processing units, digital signal processing units, and/or the like.
- processors may include internal fast access addressable memory, and be capable of mapping and addressing memory 529 beyond the processor itself; internal memory may include, but is not limited to: fast registers, various levels of cache memory (e.g., level 1, 2, 3, etc.), RAM, etc.
- the processor may access this memory through the use of a memory address space that is accessible via instruction address, which the processor can construct and decode allowing it to access a circuit path to a specific memory address space having a memory state/value.
- the CPU may be a microprocessor such as: AMD's Athlon, Duron and/or Opteron; ARM's classic (e.g., ARM7/9/11), embedded (Coretx-M/R), application (Cortex-A), and secure processors; IBM and/or Motorola's DragonBall and PowerPC; IBM's and Sony's Cell processor; Intel's Atom, Celeron (Mobile), Core (2/Duo/i3/i5/i7), Itanium, Pentium, Xeon, and/or XScale; and/or the like processor(s).
- the CPU interacts with memory through instruction passing through conductive and/or transportive conduits (e.g., (printed) electronic and/or optic circuits) to execute stored instructions (i.e., program code).
- conductive and/or transportive conduits e.g., (printed) electronic and/or optic circuits
- program code stored instructions
- Such instruction passing facilitates communication within the SMS controller and beyond through various interfaces.
- distributed processors e.g., Distributed SMS
- mainframe multi-core, parallel, and/or super-computer architectures
- smaller mobile devices e.g., smartphones, Personal Digital Assistants (PDAs), etc.
- PDAs Personal Digital Assistants
- features of the SMS may be achieved by implementing a microcontroller such as CAST'S R8051XC2 microcontroller; Intel's MCS 51 (i.e., 8051 microcontroller); and/or the like.
- some feature implementations may rely on embedded components, such as: Application-Specific Integrated Circuit ("ASIC"), Digital Signal Processing (“DSP”), Field Programmable Gate Array (“FPGA”), and/or the like embedded technology.
- ASIC Application-Specific Integrated Circuit
- DSP Digital Signal Processing
- FPGA Field Programmable Gate Array
- any of the SMS component collection (distributed or otherwise) and/or features may be implemented via the microprocessor and/or via embedded components; e.g., via ASIC, coprocessor, DSP, FPGA, and/or the like.
- SMS may be implemented with embedded components that are configured and used to achieve a variety of features or signal processing.
- the embedded components may include software solutions, hardware solutions, and/or some combination of both hardware/software solutions.
- SMS features discussed herein may be achieved through implementing FPGAs, which are a semiconductor devices containing programmable logic components called “logic blocks", and programmable interconnects, such as the high performance FPGA Virtex series and/or the low cost Spartan series manufactured by Xilinx.
- Logic blocks and interconnects can be programmed by the customer or designer, after the FPGA is manufactured, to implement any of the SMS features.
- a hierarchy of programmable interconnects allow logic blocks to be interconnected as needed by the SMS system designer/administrator, somewhat like a one-chip programmable breadboard.
- An FPGAs logic blocks can be programmed to perform the operation of basic logic gates such as AND, and XOR, or more complex combinational operators such as decoders or simple mathematical operations.
- the logic blocks also include memory elements, which may be circuit flip-flops or more complete blocks of memory.
- the SMS may be developed on regular FPGAs and then migrated into a fixed version that more resembles ASIC implementations. Alternate or coordinating implementations may migrate SMS controller features to a final ASIC instead of or in addition to FPGAs.
- all of the aforementioned embedded components and microprocessors may be considered the "CPU" and/or "processor" for the SMS.
- the power source 586 may be of any standard form for powering small electronic circuit board devices such as the following power cells: alkaline, lithium 1 hydride, lithium ion, lithium polymer, nickel cadmium, solar cells, and/or the like.
- the case provides an aperture through which the solar cell may
- the power cell 586 is connected to at least one of the
- the power source 586 is
- power source 586 is provided through a connection across the I/O 508 interface.
- USB and/or IEEE 1394 connection carries both data and power across the
- Interface bus(ses) 507 may accept, connect, and/or communicate to a
- adapter cards such as but not limited to: input output interfaces (I/O) 508, storage
- processor interfaces 527 similarly may be connected to the interface bus.
- the interface 16 processor interfaces 527 similarly may be connected to the interface bus.
- Interface adapters are adapted
- Interface adapters may connect to the interface bus via
- AGP Accelerated Graphics Port
- Card Bus Card Bus
- Storage interfaces 509 may accept, communicate, and/or connect to a number of storage devices such as, but not limited to: storage devices 514, removable disc devices, and/or the like.
- Storage interfaces may employ connection protocols such as, but not limited to: (Ultra) (Serial) Advanced Technology Attachment (Packet Interface) ((Ultra) (Serial) ATA(PI)), (Enhanced) Integrated Drive Electronics ((E)IDE), Institute of Electrical and Electronics Engineers (IEEE) 1394, Ethernet, fiber channel, Small Computer Systems Interface (SCSI), Thunderbolt, Universal Serial Bus (USB), and/or the like.
- Network interfaces 510 may accept, communicate, and/or connect to a communications network 513. Through a communications network 513, the SMS controller is accessible through remote clients 533b (e.g., computers with web browsers) by users 533a.
- Network interfaces may employ connection protocols such as, but not limited to: direct connect, Ethernet (thick, thin, twisted pair 10/100/1000 Base T, and/or the like), Token Ring, wireless connection such as IEEE 8o2.na-x, and/or the like.
- connection protocols such as, but not limited to: direct connect, Ethernet (thick, thin, twisted pair 10/100/1000 Base T, and/or the like), Token Ring, wireless connection such as IEEE 8o2.na-x, and/or the like.
- distributed network controllers e.g., Distributed SMS
- architectures may similarly be employed to pool, load balance, and/or otherwise increase the communicative bandwidth required by the SMS controller.
- a communications network may be any one and/or the combination of the following: a direct interconnection; the Internet; a Local Area Network (LAN); a Metropolitan Area Network (MAN); an Operating Missions as Nodes on the Internet (OMNI); a secured custom connection; a Wide Area Network 1 (WAN); a wireless network (e.g., employing protocols such as, but not limited to a
- WAP Wireless Application Protocol
- I-mode I-mode
- I-mode I-mode
- network interface may be regarded as a specialized form of an input output interface.
- multiple network interfaces 510 may be used to engage with various
- 5 communications network types 513 For example, multiple network interfaces may be
- I/O 508 may accept, communicate, and/or
- I/O may employ connection protocols such as, but not
- 1 1 limited to: audio: analog, digital, monaural, RCA, stereo, and/or the like; data: Apple
- ADB Desktop Bus
- Bluetooth IEEE I394a-b
- serial universal serial bus
- ADC Apple Desktop Connector
- BNC coaxial, component, composite, digital
- wireless transceivers 16 (HDMI), RCA, RF antennae, S-Video, VGA, and/or the like; wireless transceivers:
- GSM global 19 system for mobile communications
- LTE long term evolution
- WiMax etc.
- One output device may be a video display, which may take the form of a
- CTR Cathode Ray Tube
- LCD Liquid Crystal Display
- LED Light Emitting Diode
- OLED Organic Light Emitting Diode
- interface e.g., VGA, DVI circuitry and cable
- the video interface composites information generated by a computer systemization and 1 generates video signals based on the composited information in a video memory frame.
- Another output device is a television set, which accepts signals from a video interface.
- the video interface provides the composited video information through a video
- connection interface that accepts a video display interface (e.g., an RCA composite video
- User input devices 511 often are a type of peripheral device 512 (see below)
- 8 may include: card readers, dongles, finger print readers, gloves, graphics tablets,
- Peripheral devices 512 may be connected and/or communicate to I/O
- Peripheral devices may be any type of peripheral devices 15 to the interface bus, system bus, the CPU, and/or the like. Peripheral devices may be any type of peripheral devices.
- Peripheral devices may include:
- antenna 17 antenna, audio devices (e.g., line-in, line-out, microphone input, speakers, etc.), i s cameras (e.g., still, video, webcam, etc.), dongles (e.g., for copy protection, ensuring
- NFC near field communication
- RFIDs frequency identifiers
- scanners e.g., a laser scanner
- storage devices e.g., a hard disk drive
- transceivers e.g., cellular
- Peripheral devices often include types of input devices (e.g., microphones, cameras,
- SMS controller may be embodied as an embedded, dedicated,
- monitor-less (i.e., headless) device wherein access would be provided over a
- Cryptographic units such as, but not limited to, microcontrollers,
- processors 526, interfaces 527, and/or devices 528 may be attached, and/or
- a MC68HC16 microcontroller manufactured by
- the MC68HC16 10 Motorola Inc., may be used for and/or within cryptographic units.
- the MC68HC16 10 Motorola Inc., may be used for and/or within cryptographic units.
- 1 1 microcontroller utilizes a 16-bit multiply-and-accumulate instruction in the 16 MHz
- Cryptographic units support the authentication of communications from
- Cryptographic units 14 interacting agents, as well as allowing for anonymous transactions.
- processors include: the Broadcom's CryptoNetX and other Security Processors; i s nCipher's nShield (e.g., Solo, Connect, etc.), SafeNet's Luna PCI (e.g., 7100) series;
- Cryptographic Accelerators e.g., Accelerator 6000 PCIe Board, Accelerator 500
- any mechanization and/or embodiment allowing a processor to affect the storage and/or retrieval of information is regarded as memory 529.
- memory is a fungible technology and resource, thus, any number of memory embodiments may be employed in lieu of or in concert with one another.
- the SMS controller and/or a computer systemization may employ various forms of memory 529.
- a computer systemization may be configured wherein the operation of on-chip CPU memory (e.g., registers), RAM, ROM, and any other storage devices are provided by a paper punch tape or paper punch card mechanism; however, such an embodiment would result in an extremely slow rate of operation.
- memory 529 will include ROM 506, RAM 505, and a storage device 514.
- a storage device 514 may employ any number of computer storage devices/systems.
- Storage devices may include a drum; a (fixed and/or removable) magnetic disk drive; a magneto-optical drive; an optical drive (i.e., Blueray, CD ROM/RAM/Recordable (R)/ReWritable (RW), DVD R/RW, HD DVD R/RW etc.); an array of devices (e.g., Redundant Array of Independent Disks (RAID)); solid state memory devices (USB memory, solid state drives (SSD), etc.); other processor-readable storage mediums; and/or other devices of the like.
- RAID Redundant Array of Independent Disks
- SSD solid state drives
- the memory 529 may contain a collection of program and/or database components and/or data such as, but not limited to: operating system component(s) 515 (operating system); information server component(s) 516 (information server); user 1 interface component(s) 517 (user interface); Web browser component(s) 518 (Web
- cryptographic server component(s) 520 (cryptographic server); the SMS component(s)
- those in the component collection may be stored in a local storage device 514, they may be stored in a local storage device 514, they may be stored in a local storage device 514, they may
- the operating system component 515 is an executable program component
- the operating system may facilitate
- the operating system may be a highly fault tolerant, scalable, and secure system such as:
- emobile operating systems such as Apple's iOS, Google's Android, Hewlett 1 Packard's WebOS, Microsofts Windows Mobile, and/or the like may be employed. Any
- An operating system may communicate to
- the operating system may
- the operating system 8 user, and/or data communications, requests, and/or responses.
- the operating system 8 user, and/or data communications, requests, and/or responses.
- the operating system may provide communications protocols that allow the
- SMS controller may use Various communication protocols as a
- subcarrier transport mechanism for interaction such as, but not limited to: multicast,
- TCP/IP 15 TCP/IP, UDP, unicast, and/or the like.
- An information server component 516 is a stored program component that
- the information server may be an Internet information server
- the information server may allow for the execution
- the information server may support secure communications protocols such as, but not limited to, File Transfer Protocol (FTP); HyperText Transfer Protocol (HTTP); Secure Hypertext Transfer Protocol (HTTPS), Secure Socket Layer (SSL), messaging protocols (e.g., America Online (AOL) Instant Messenger (AIM), Apple's iMessage, Application Exchange (APEX), ICQ, Internet Relay Chat (IRC), Microsoft Network (MSN) Messenger Service, Presence and Instant Messaging Protocol (PRIM), Internet Engineering Task Force's (IETF's) Session Initiation Protocol (SIP), SIP for Instant Messaging and Presence Leveraging Extensions (SIMPLE), open XML-based Extensible Messaging and Presence Protocol (XMPP) (i.e., Jabber or Open Mobile
- the information server provides results in the form of Web pages to Web browsers, and allows for the manipulated generation of the Web pages through interaction with other program components.
- DNS Domain Name System
- a request such as http://123.124.125.126/myInformation.html might have the IP portion of the request "123.124.125.126” resolved by a DNS server to an information server at that IP address; that information server might in turn further parse the http request for the "/mylnformation.html” portion of the request and resolve it to a location in memory containing the information "mylnformation.html.”
- other information serving protocols may be employed across various ports, e.g., FTP communications across port 21, and/or the like.
- An information server may communicate to and/or with other components in a component collection, including itself, and/or facilities of the like.
- the information server communicates with the SMS database 519, operating systems, other program components, user interfaces, Web browsers, and/or the like.
- Access to the SMS database may be achieved through a number of database bridge mechanisms such as through scripting languages as enumerated below (e.g., CGI) and through inter-application communication channels as enumerated below (e.g., CORBA, WebObjects, etc.). Any data requests through a Web browser are parsed through the bridge mechanism into appropriate grammars as required by the SMS.
- the information server would provide a Web form accessible by a Web browser. Entries made into supplied fields in the Web form are tagged as having been entered into the particular fields, and parsed as such.
- the parser may generate queries in standard SQL by instantiating a search string with the proper join/select commands based on the tagged text entries, wherein the resulting command is provided over the bridge mechanism to the SMS as a query.
- the results are passed over the bridge mechanism, and may be parsed for formatting and generation of a new results Web page by the bridge mechanism. Such a new results Web page is then provided to the information server, which may supply it to the requesting Web browser.
- an information server may contain, communicate, generate, obtain,
- Automobile operation interface elements such as steering wheels, gearshifts,
- Computer interaction interface elements such as check boxes, cursors,
- GUIs Graphical user interfaces
- KDE K Desktop Environment
- GNOME GNU Network Object i s Model Environment
- web interface libraries e.g., ActiveX, AJAX, (D)HTML
- a user interface component 517 is a stored program component that is
- the user interface may be a graphic user interface as provided by,
- the user interface may allow for the display, execution, interaction,
- the user interface provides a facility through
- a user interface 7 which users may affect, interact, and/or operate a computer system.
- 1 1 user interface may contain, communicate, generate, obtain, and/or provide program
- a Web browser component 518 is a stored program component that is
- the Web browser may be a hypertext viewing application such as
- a Web browser may communicate to and/or with other components in a component collection, including itself, and/or facilities of the like. Most frequently, the Web browser communicates with information servers, operating systems, integrated program components (e.g., plug-ins), and/or the like; e.g., it may contain, communicate, generate, obtain, and/or provide program component, system, user, and/or data communications, requests, and/or responses. Also, in place of a Web browser and information server, a combined application may be developed to perform similar operations of both. The combined application would similarly effect the obtaining and the provision of information to users, user agents, and/or the like from the SMS equipped nodes. The combined application may be nugatory on systems employing standard Web browsers. Mail Server
- a mail server component 521 is a stored program component that is executed by a CPU 503.
- the mail server may be an Internet mail server such as, but not limited to Apple's Mail Server (3), dovecot, sendmail, Microsoft Exchange, and/or the like.
- the mail server may allow for the execution of program components through facilities such as ASP, ActiveX, (ANSI) (Objective-) C (++), C# and/or .NET, CGI scripts, Java, JavaScript, PERL, PHP, pipes, Python, WebObjects, and/or the like.
- the mail server may support communications protocols such as, but not limited to: Internet message access protocol (IMAP), Messaging Application Programming Interface (MAPI)/Microsoft Exchange, post office protocol (POP3), simple mail transfer protocol (SMTP), and/or the like.
- the mail server can route, forward, and process incoming and outgoing mail messages that have been sent, relayed and/or otherwise traversing through and/or to the SMS.
- Access to the SMS mail may be achieved through a number of APIs offered by the individual Web server components and/or the operating system.
- a mail server may contain, communicate, generate, obtain, and/or provide program component, system, user, and/or data communications, requests, information, and/or responses.
- Mail Client may contain, communicate, generate, obtain, and/or provide program component, system, user, and/or data communications, requests, information, and/or responses.
- a mail client component 522 is a stored program component that is executed by a CPU 503.
- the mail client may be a mail viewing application such as Apple (Mobile) Mail, Microsoft Entourage, Microsoft Outlook, Microsoft Outlook Express, Mozilla, Thunderbird, and/or the like.
- Mail clients may support a number of transfer protocols, such as: IMAP, Microsoft Exchange, POP3, SMTP, and/or the like.
- a mail client may communicate to and/or with other components in a component collection, including itself, and/or facilities of the like.
- the mail client communicates with mail servers, operating systems, other mail clients, and/or the like; e.g., it may contain, communicate, generate, obtain, and/or provide program component, system, user, and/or data communications, requests, information, and/or responses.
- the mail client provides a facility to compose and transmit electronic mail messages.
- a cryptographic server component 520 is a stored program component that is executed by a CPU 503, cryptographic processor 526, cryptographic processor interface 527, cryptographic processor device 528, and/or the like. Cryptographic processor interfaces will allow for expedition of encryption and/or decryption requests by the cryptographic component; however, the cryptographic component, alternatively, may run on a CPU. The cryptographic component allows for the encryption and/or decryption of provided data. The cryptographic component allows for both symmetric and asymmetric (e.g., Pretty Good Protection (PGP)) encryption and/or decryption.
- PGP Pretty Good Protection
- the cryptographic component may employ cryptographic techniques such as, but not limited to: digital certificates (e.g., X.509 authentication framework), digital signatures, dual signatures, enveloping, password access protection, public key management, and/or the like.
- the cryptographic component will facilitate numerous (encryption and/or decryption) security protocols such as, but not limited to: checksum, Data Encryption Standard (DES), Elliptical Curve Encryption (ECC), International Data Encryption Algorithm (IDEA), Message Digest 5 (MD5, which is a one way hash operation), passwords, Rivest Cipher (RC5), Rijndael, RSA (which is an Internet encryption and authentication system that uses an algorithm developed in 1977 by Ron Rivest, Adi Shamir, and Leonard Adleman), Secure Hash Algorithm (SHA), Secure Socket Layer (SSL), Secure Hypertext Transfer Protocol (HTTPS), and/or the like.
- digital certificates e.g., X.509 authentication
- the SMS may encrypt all incoming and/or outgoing communications and may serve as node within a virtual private network (VPN) with a wider communications network.
- the cryptographic component facilitates the process of "security authorization" whereby access to a resource is inhibited by a security protocol wherein the cryptographic component effects authorized access to the secured resource.
- the cryptographic component may provide unique identifiers of content, e.g., employing and MD5 hash to obtain a unique signature for an digital audio file.
- a cryptographic component may communicate to and/or with other components in a component collection, including itself, and/or facilities of the like.
- the cryptographic component supports encryption schemes allowing for the secure transmission of information across a communications network to enable the SMS component to engage in secure transactions if so desired.
- the cryptographic component facilitates the secure accessing of resources on the SMS and facilitates the access of secured resources on remote systems; i.e., it may act as a client and/or server of secured resources.
- the cryptographic component communicates with information servers, operating systems, other program components, and/or the like.
- the cryptographic component may contain, communicate, generate, obtain, and/or provide program component, system, user, and/or data communications, requests, and/or responses.
- the SMS Database may contain, communicate, generate, obtain, and/or provide program component, system, user, and/or data communications, requests, and/or responses.
- the SMS database component 519 may be embodied in a database and its stored data.
- the database is a stored program component, which is executed by the CPU; the stored program component portion configuring the CPU to process the stored data.
- the database may be any of a number of fault tolerant, relational, scalable, secure database such as DB2, MySQL, Oracle, Sybase, and/or the like.
- Relational databases are an extension of a flat file. Relational databases consist of a series of related tables. The tables are interconnected via a key field. Use of the key field allows the combination of the tables by indexing against the key field; i.e., the key fields act as dimensional pivot points for combining information from various tables. Relationships generally identify links maintained between tables by matching primary keys. Primary keys represent fields that uniquely identify the rows of a table in a relational database. More precisely, they uniquely identify rows of a table on the "one" side of a one-to-many relationship.
- the SMS database may be implemented using various standard data-structures, such as an array, hash, (linked) list, struct, structured text file (e.g., XML), table, and/or the like. Such data-structures may be stored in memory and/or in (structured) files.
- an object-oriented database may be used, such as Frontier, ObjectStore, Poet, Zope, and/or the like.
- Object databases can include a number of object collections that are grouped and/or linked together by common attributes; they may be related to other object collections by some common attributes. Object-oriented databases perform similarly to relational databases with the exception that objects are not just pieces of data but may have other types of capabilities encapsulated within a given object.
- SMS database 519 may be integrated into another component such as the SMS component 535.
- the database may be implemented as a mix of data structures, objects, and relational structures. Databases may be consolidated and/or distributed in countless variations through standard data processing techniques. Portions of databases, e.g., tables, may be exported and/or imported and thus decentralized and/or integrated.
- the database component 519 includes several tables 5i9a-l.
- a Users table 519a may include fields such as, but not limited to: user_id, ssn, dob, first_name, last_name, age, state, address_firstline, address_secondline, zipcode, devices_list, contact_info, contact_type, alt_contact_info, alt_contact_type, userjbiometrics, and/or the like.
- the Users table may support and/or track multiple entity accounts on a SMS.
- a Devices table 519b may include fields such as, but not limited to: device_ID, device_name, device_IP, device_MAC, device_type, device_model, device_version, device_OS, device_apps_list, device_securekey, wallet_app_installed_flag, device_browser, device_plugin_list, device_font_list, device_screen_size, device_time_zone, and/or the like.
- An Apps table 519c may include fields such as, but not limited to: app_ID, app_name, app_type, app_dependencies, and/or the like.
- An Accounts table 5i9d may include fields such as, but not limited to: account_number, account_security_code, account_name, issuer_acquirer_flag, issuer_name, acquirer_name, account_address, routing_number, access_API_call, linked_wallets_list, and/or the like.
- a Merchants table 5i9e may include fields such as, but not limited to: merchant_id, merchant_name, merchant_address, ip_address, mac_address, auth_key, port_num, security_settings_list, and/or the like.
- An Issuers table 5i9f may include fields such as, but not limited to: issuer_id, issuer_name, issuer_address, ip_address, mac_address, auth_key, port_num, security_settings_list, and/or the like.
- An Acquirers table 5i9g may include fields such as, but not limited to: acquirer_id, account_firstname, account_lastname, account_type, account_num, account_ balance_list, billing address_ linei, billingaddress_ line2, billing_zipcode, billing_state, shipping_preferences, shippingaddress_linei, shippingaddress_line2, shipping_ zipcode, shipping_state, and/or the like.
- a Pay Gateways table 519b may include fields such as, but not limited to: gateway_ID, gateway_IP, gateway_MAC, gateway_secure_key, gateway_access_list, gateway_API_call_list, gateway_services_list, and/or the like.
- a Transactions table 1 5191 may include fields such as, but not limited to: order_id, user_id, timestamp,
- a Batches table 5i9j may be
- 10 include fields such as, but not limited to: batch_id, transaction_id_list, timestamp_list,
- Contents table 519k may include fields such as, but not limited to: code_id, timestamp,
- a Products table 519I may include fields such as, but
- product_ID 15 not limited to: product_ID, product_title, product_attributes_list, product_price,
- 18 519m may include fields such as, but not limited to: digital_sign_ID,
- the SMS database may interact with other database
- search SMS component may treat the combination of the SMS database, an
- user programs may contain various user interface
- 10 database controllers may be varied by consolidating and/or distributing the various
- the SMS may be configured to keep track of various
- the SMS database may communicate to and/or with other components in
- SMS database communicates with the SMS component, other program components,
- the database may contain, retain, and provide information regarding
- the SMS component 535 is a stored program component that is executed
- the SMS component incorporates any and/or all
- the SMS component may provide verification, access and security, via SMS components, to virtual wallet based electronic financial transactions.
- the SMS component 535 takes inputs (e.g., code snapshot input 109; security verification request 111; purchase checkout request 202; wallet access authorization request 204; and/or the like) etc., and transforms the inputs via various components (e.g., DCDV 523; DCPV 524; UIV 525; and/or the like), into outputs (e.g., verified code contents 117; purchase checkout response 203; wallet authorization 210; and/or the like).
- inputs e.g., code snapshot input 109; security verification request 111; purchase checkout request 202; wallet access authorization request 204; and/or the like
- various components e.g., DCDV 523; DCPV 524; UIV 525; and/or the like
- the SMS component enabling access of information between nodes may be developed by employing standard development tools and languages such as, but not limited to: Apache components, Assembly, ActiveX, binary executables, (ANSI) (Objective-) C (++), C# and/or .NET, database adapters, CGI scripts, Java, JavaScript, mapping tools, procedural and object oriented development tools, PERL, PHP, Python, shell scripts, SQL commands, web application server extensions, web development environments and libraries (e.g., Microsoft's ActiveX; Adobe AIR, FLEX & FLASH; AJAX; (D)HTML; Dojo, Java; JavaScript; jQuery(UI); MooTools; Prototype; script.aculo.us; Simple Object Access Protocol (SOAP); SWFObject; Yahoo!
- Apache components Assembly, ActiveX, binary executables, (ANSI) (Objective-) C (++), C# and/or .NET
- database adapters CGI scripts
- Java JavaScript
- mapping tools procedural and object oriented
- the SMS server employs a cryptographic server to encrypt and decrypt communications.
- the SMS component may communicate to and/or with other components in a component collection, including itself, and/or facilities of the like. Most frequently, the SMS component communicates with the SMS database, operating systems, other program components, and/or the like.
- the SMS may contain, communicate, generate, obtain, and/or provide program component, system, user, and/or data communications, requests, and/or responses.
- any of the SMS node controller components may be combined, consolidated, and/or distributed in any number of ways to facilitate development and/or deployment.
- the component collection may be combined in any number of ways to facilitate deployment and/or development. To accomplish this, one may integrate the components into a common code base or in a facility that can dynamically load the components on demand in an integrated fashion.
- the component collection may be consolidated and/or distributed in countless variations through standard data processing and/or development techniques. Multiple instances of any one of the program components in the program component collection may be instantiated on a single node, and/or across numerous nodes to improve performance through load-balancing and/or data-processing techniques.
- single instances may also be distributed across multiple controllers and/or storage devices; e.g., databases. All program component instances and controllers working in concert may do so through standard data processing communication techniques.
- the configuration of the SMS controller will depend on the context of system deployment. Factors such as, but not limited to, the budget, capacity, location, and/or use of the underlying hardware resources may affect deployment requirements and configuration. Regardless of if the configuration results in more consolidated and/or integrated program components, results in a more distributed series of program components, and/or results in some combination between a consolidated and distributed configuration, data may be communicated, obtained, and/or provided. Instances of components consolidated into a common code base from the program component collection may communicate, obtain, and/or provide data.
- intra-application data processing communication techniques such as, but not limited to: data referencing (e.g., pointers), internal messaging, object instance variable communication, shared memory space, variable passing, and/or the like.
- component collection components are discrete, separate, and/or external to one another, then communicating, obtaining, and/or providing data with and/or to other components may be accomplished through inter-application data processing communication techniques such as, but not limited to: Application Program Interfaces (API) information passage; (distributed) Component Object Model ((D)COM), (Distributed) Object Linking and Embedding ((D)OLE), and/or the like), Common Object Request Broker Architecture (CORBA), Jini local and remote application program interfaces, JavaScript Object Notation (JSON), Remote Method Invocation (RMI), SOAP, process pipes, shared files, and/or the like.
- API Application Program Interfaces
- JSON JavaScript Object Notation
- RMI Remote Method Invocation
- Messages sent between discrete component components for inter-application communication or within memory spaces of a singular component for intra-application communication may be facilitated through the creation and parsing of a grammar.
- a grammar may be developed by using development tools such as lex, yacc, XML, and/or the like, which allow for grammar generation and parsing capabilities, which in turn may form the basis of communication messages within and between components.
- a grammar may be arranged to recognize the tokens of an HTTP post command, e.g.:
- parsing mechanism may process and/or parse structured data such as, but not limited to: character (e.g., tab) delineated text, HTML, structured text streams, XML, and/or the like structured data.
- inter-application data processing protocols themselves may have integrated and/or readily available parsers (e.g., JSON, SOAP, and/or like parsers) that may be employed to parse (e.g., communications) data.
- parsing grammar may be used beyond message parsing, but may also be used to parse: databases, data collections, data stores, structured data, and/or the like. Again, the desired configuration will depend upon the context, environment, and requirements of system deployment.
- the SMS controller may be executing a PHP script implementing a Secure Sockets Layer ("SSL") socket server via the information server, which listens to incoming communications on a server port to which a client may send data, e.g., data encoded in JSON format.
- the PHP script may read the incoming message from the client device, parse the received JSON-encoded text data to extract information from the JSON-encoded text data into PHP script variables, and store the data (e.g., client identifying information, etc.) and/or extracted information in a relational database accessible using the Structured Query Language (“SQL").
- SQL Structured Query Language
- $address 1 1 92 . 1 68 . 0 . 1 00 ' ;
- socket_bind ($sock, $address, $port) or die ( 'Could not bind to address');
- $client socket_accept ($sock) ; // read input data from client device in 1024 byte blocks until end of message do ⁇
- $input socket_read ( $client, 1 02 4 ) ;
- $obj j son_decode ( $data, true) ; // store input data in a database
- SMS short message
- database configuration and/or relational model, data type, data transmission and/or network framework, syntax structure, and/or the like various embodiments of the SMS may be implemented that allow a great deal of flexibility and customization.
- aspects of the SMS may be adapted for securing online shopping, information exchange and processing, and/or the like.
- SMS While various embodiments and discussions of the SMS have been directed to electronic purchase transactions, however, it is to be understood that the embodiments described herein may be readily configured and/or customized for a wide variety of other applications and/or implementations.
Landscapes
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Finance (AREA)
- Theoretical Computer Science (AREA)
- Strategic Management (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- Computer Networks & Wireless Communication (AREA)
- Marketing (AREA)
- Economics (AREA)
- Development Economics (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephonic Communication Services (AREA)
Abstract
Description
Claims
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016503411A JP6377125B2 (en) | 2013-03-15 | 2014-03-17 | Snap mobile security device, method and system |
| AU2014232707A AU2014232707A1 (en) | 2013-03-15 | 2014-03-17 | Snap mobile security apparatuses, methods and systems |
| EP14765439.6A EP2973276A4 (en) | 2013-03-15 | 2014-03-17 | MOBILE SECURITY DEVICES, METHODS AND SYSTEMS SNAP |
| HK16101065.0A HK1213076A1 (en) | 2013-03-15 | 2014-03-17 | Snap mobile security apparatuses, methods and systems |
| CN201480023694.9A CN105144216A (en) | 2013-03-15 | 2014-03-17 | Capture mobile security device, method and system |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201361800012P | 2013-03-15 | 2013-03-15 | |
| US61/800,012 | 2013-03-15 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014145708A1 true WO2014145708A1 (en) | 2014-09-18 |
Family
ID=51538071
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2014/030517 Ceased WO2014145708A1 (en) | 2013-03-15 | 2014-03-17 | Snap mobile security apparatuses, methods and systems |
Country Status (6)
| Country | Link |
|---|---|
| EP (1) | EP2973276A4 (en) |
| JP (1) | JP6377125B2 (en) |
| CN (1) | CN105144216A (en) |
| AU (1) | AU2014232707A1 (en) |
| HK (1) | HK1213076A1 (en) |
| WO (1) | WO2014145708A1 (en) |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB2549245A (en) * | 2015-11-22 | 2017-10-18 | Facebanx Ltd | Out of band pre-authentication of a transaction |
| CZ307164B6 (en) * | 2015-08-20 | 2018-02-14 | Petr Sobotka | The method of transferring digital currency encryption keys based on the procedure for issuing, authenticating and disabling the physical carrier with multifactor authorization and the physical carrier of encryption keys for the digital currency for implementing this method |
| US10977639B2 (en) | 2016-01-25 | 2021-04-13 | Freelancer Technology Pty Limited | Adaptive gateway switching system |
| CN115564438A (en) * | 2022-12-06 | 2023-01-03 | 北京百度网讯科技有限公司 | Block chain-based digital resource processing method, device, equipment and storage medium |
| US12462245B2 (en) | 2011-08-18 | 2025-11-04 | Visa International Service Association | Remote decoupled application persistent state apparatuses, methods and systems |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10291610B2 (en) * | 2015-12-15 | 2019-05-14 | Visa International Service Association | System and method for biometric authentication using social network |
| US10762446B2 (en) * | 2016-08-02 | 2020-09-01 | Ebay Inc. | Access control for a digital event |
| CN106991317B (en) * | 2016-12-30 | 2020-01-21 | 中国银联股份有限公司 | Security verification method, platform, device and system |
| WO2018236401A1 (en) | 2017-06-23 | 2018-12-27 | Visa International Service Association | REASON FOR VERIFICATION AND ENCRYPTION IN A MEMORY OF DATA |
| EP3646229A4 (en) * | 2017-06-28 | 2020-07-08 | Goldman Sachs Bank USA | Interface-specific account identifiers |
| WO2019178075A1 (en) * | 2018-03-12 | 2019-09-19 | Visa International Service Association | Digital access code |
| CN110474888A (en) * | 2019-07-26 | 2019-11-19 | 广东睿江云计算股份有限公司 | A kind of free-standing sql injection defence analysis alarm method and its system based on php |
| CN110661797B (en) * | 2019-09-23 | 2024-05-03 | 深圳传音控股股份有限公司 | Data protection method, terminal and computer readable storage medium |
| CN111666596B (en) * | 2020-07-10 | 2023-05-05 | 腾讯科技(深圳)有限公司 | Data processing method, device and medium |
| US12333034B2 (en) * | 2022-05-13 | 2025-06-17 | Intuit Inc. | Secure embedded web browser |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120209749A1 (en) * | 2011-02-16 | 2012-08-16 | Ayman Hammad | Snap mobile payment apparatuses, methods and systems |
| US20130013499A1 (en) * | 2011-07-05 | 2013-01-10 | Avinash Kalgi | Electronic wallet checkout platform apparatuses, methods and systems |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7210620B2 (en) * | 2005-01-04 | 2007-05-01 | Ameriprise Financial, Inc. | System for facilitating online electronic transactions |
| JP2009151730A (en) * | 2007-12-22 | 2009-07-09 | Duaxes Corp | Accounting control device |
| JP2011186660A (en) * | 2010-03-05 | 2011-09-22 | Yasushi Sato | Electronic commerce system, settlement server and program |
| US8364959B2 (en) * | 2010-05-26 | 2013-01-29 | Google Inc. | Systems and methods for using a domain-specific security sandbox to facilitate secure transactions |
| JP5518615B2 (en) * | 2010-07-27 | 2014-06-11 | 株式会社日本総合研究所 | Settlement system, settlement method and settlement program |
| US20120084203A1 (en) * | 2010-09-30 | 2012-04-05 | The Western Union Company | System and method for secure transactions using device-related fingerprints |
| CN102779304A (en) * | 2011-05-10 | 2012-11-14 | 中国联合网络通信集团有限公司 | Processing method for gifted amount in electronic wallet and server |
-
2014
- 2014-03-17 AU AU2014232707A patent/AU2014232707A1/en not_active Abandoned
- 2014-03-17 WO PCT/US2014/030517 patent/WO2014145708A1/en not_active Ceased
- 2014-03-17 CN CN201480023694.9A patent/CN105144216A/en active Pending
- 2014-03-17 EP EP14765439.6A patent/EP2973276A4/en not_active Ceased
- 2014-03-17 HK HK16101065.0A patent/HK1213076A1/en unknown
- 2014-03-17 JP JP2016503411A patent/JP6377125B2/en active Active
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120209749A1 (en) * | 2011-02-16 | 2012-08-16 | Ayman Hammad | Snap mobile payment apparatuses, methods and systems |
| US20130013499A1 (en) * | 2011-07-05 | 2013-01-10 | Avinash Kalgi | Electronic wallet checkout platform apparatuses, methods and systems |
Non-Patent Citations (3)
| Title |
|---|
| DIZAJ ET AL.: "New mobile payment protocol: Mobile Pay Center Protocol 2 (MPCP2) By using new Key agreement protocol: VAM", 2011, XP031971120, Retrieved from the Internet <URL:http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=6032860&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D6032860> [retrieved on 20140725] * |
| GAO ET AL.: "A 2D Barcode-Based Mobile Payment System", 2009, XP031561633, Retrieved from the Internet <URL:http://ieeexplore.ieee.org/xpi/login.jsp?tp=&arnumber=5318908&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all,jsp%3Farnumber%3D5318908> [retrieved on 20140725] * |
| See also references of EP2973276A4 * |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12462245B2 (en) | 2011-08-18 | 2025-11-04 | Visa International Service Association | Remote decoupled application persistent state apparatuses, methods and systems |
| CZ307164B6 (en) * | 2015-08-20 | 2018-02-14 | Petr Sobotka | The method of transferring digital currency encryption keys based on the procedure for issuing, authenticating and disabling the physical carrier with multifactor authorization and the physical carrier of encryption keys for the digital currency for implementing this method |
| GB2549245A (en) * | 2015-11-22 | 2017-10-18 | Facebanx Ltd | Out of band pre-authentication of a transaction |
| US10977639B2 (en) | 2016-01-25 | 2021-04-13 | Freelancer Technology Pty Limited | Adaptive gateway switching system |
| CN115564438A (en) * | 2022-12-06 | 2023-01-03 | 北京百度网讯科技有限公司 | Block chain-based digital resource processing method, device, equipment and storage medium |
| CN115564438B (en) * | 2022-12-06 | 2023-03-24 | 北京百度网讯科技有限公司 | Blockchain-based digital resource processing method, device, equipment and storage medium |
Also Published As
| Publication number | Publication date |
|---|---|
| EP2973276A1 (en) | 2016-01-20 |
| JP2016524198A (en) | 2016-08-12 |
| AU2014232707A1 (en) | 2015-11-05 |
| EP2973276A4 (en) | 2016-09-14 |
| JP6377125B2 (en) | 2018-08-22 |
| HK1213076A1 (en) | 2016-06-24 |
| CN105144216A (en) | 2015-12-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20140197234A1 (en) | Snap Mobile Security Apparatuses, Methods and Systems | |
| US10839381B2 (en) | Augmented smart tag security apparatuses, methods and systems | |
| WO2014145708A1 (en) | Snap mobile security apparatuses, methods and systems | |
| US11763294B2 (en) | Remote decoupled application persistent state apparatuses, methods and systems | |
| US20200111080A1 (en) | Security Secret Interface and Token Wrap Structure Apparatuses, Methods and Systems | |
| US20180262341A1 (en) | Secure Firmware Transaction Signing Platform Apparatuses, Methods and Systems | |
| WO2011153505A1 (en) | Payment tokenization apparatuses, methods and systems | |
| AU2011240754B2 (en) | Apparatuses, methods and systems for using a personalized data repository | |
| WO2015017787A2 (en) | Homomorphic database operations apparatuses, methods and systems | |
| US9898735B2 (en) | Dynamic checkout button apparatuses, methods and systems | |
| WO2019023154A1 (en) | Biometric cloud authentication gateway database system and method of use | |
| US12346400B2 (en) | Supra boundary web compositor apparatuses, methods and systems | |
| US20150100417A1 (en) | Dynamic Checkout Button Apparatuses, Methods and Systems | |
| US20150032603A1 (en) | Certificate-authenticated, tag-initiated dormant transaction application apparatuses, methods and systems | |
| EP2973345A2 (en) | Vehicle status monitoring apparatuses, methods and systems | |
| US12462245B2 (en) | Remote decoupled application persistent state apparatuses, methods and systems |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 201480023694.9 Country of ref document: CN |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 14765439 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2016503411 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2014765439 Country of ref document: EP |
|
| ENP | Entry into the national phase |
Ref document number: 2014232707 Country of ref document: AU Date of ref document: 20140317 Kind code of ref document: A |